enum { __1 = "test", __2, __3 = 0 }
println in console:
test 0 0
but according to doc https://developer.garmin.com/connect-iq/monkey-c/functions/
Note that assigning anything other than an integer will cause an error.
This space is specifically for Connect IQ bug reports. Please review the Connect IQ Bug Reports FAQ before reporting a bug to be sure you have the information needed for Garmin to investigate the bug you wish to report.