Join Slack
Powered by
Quick question: ``` val b = true when(b) { tr...
# scripting
j
jereksel
04/23/2018, 7:07 PM
Quick question:
Copy code
val b = true when(b) { true -> "true" false -> "false" }
Should return "true" in ScriptEngine, right?
2
Views
Open in Slack
Previous
Next