mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-14 14:11:08 +00:00
0bd21762ae
Prototypes booleans and relational operators. As part of this I removed `FFI/Data/Bool.agda`, because it was getting in the way - we already use `Agda.Builtin.Bool` instead for other cases.
1 line
21 B
Lua
1 line
21 B
Lua
return true == false
|