Martin Nordholts
09/26/2019, 1:05 PMval foo="bar"
I would like to not have to write the foo=
part in "foo=$foo"
in order to get the string foo=bar
, but, like in Python, perhaps like this instead: "${foo=}"
but that gives me compilation errors in Kotlin version 1.3.41 (JRE 1.8.0_221-b11)karelpeeters
09/26/2019, 1:09 PM::foo
as a parameter and gets the name and value that way.