rokucommunity / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
4 stars 2 forks source link

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

Closed lvcabral closed 5 months ago

lvcabral commented 12 months ago

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

a% = 126.9
print a%

In Roku it prints 126

lvcabral commented 5 months ago

This is no longer an issue, closing the bug