mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-13 21:40:43 +00:00
c5477d522d
* First cut of strict mode Co-authored-by: Lily Brown <lily@lily.fyi>
4 lines
76 B
Text
4 lines
76 B
Text
ANNOTATED PROGRAM:
|
|
return 1.0 + 2.0 - 2.0 * 2.0 / 2.0
|
|
|
|
RAN WITH RESULT: 1.0
|