lvcabral opened this issue 2 years ago · 1 comments
The autoboxing works with String but not with Integer:
It seems it is being interpreter as a float 1. and not as an integer with the method, because this works:
1.
print 1..toStr() 1
in Roku it works: