1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-12 23:00:54 +01:00
luau/prototyping/Tests/Interpreter/binary_equality_numbers/out.txt
Alan Jeffrey c5477d522d
Prototyping strict mode ()
* First cut of strict mode

Co-authored-by: Lily Brown <lily@lily.fyi>
2022-03-02 16:02:51 -06:00

4 lines
60 B
Text

ANNOTATED PROGRAM:
return 1.0 == 1.0
RAN WITH RESULT: true