rokucommunity/brs

Wrong type assignments to statically-typed variables should not generate error

lvcabral opened this issue · 1 comments

The following code generates an error in brs and in Roku works ok.

a% = 126.9
print a%

In Roku it prints 126

This is no longer an issue, closing the bug