Join Slack
Powered by
``` println("${c.name} + ${c.item[0]}”) // you’ve ...
# getting-started
m
miha-x64
02/13/2017, 8:36 AM
Copy code
println("${c.name} + ${c.item[0]}”) // you’ve forgot a curly brace ^
Also, note that arrays are mutable so your enum values can be broken easily
Open in Slack
Previous
Next