rokucommunity / brs

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

Fixed #8 -Arithmetic Operator Modulo behavior to match Roku #46

Closed lvcabral closed 4 months ago

lvcabral commented 4 months ago

Roku always truncates the result value, not showing decimals event for Float and Double.

Before: image

After: image