mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-13 21:40:43 +00:00
cd18adc20e
Adds support for binary operations on numbers.
1 line
25 B
Lua
1 line
25 B
Lua
return 1 + 2 - 2 * 2 / 2
|