lang0/tests/stdlibltfalse.lang0
Johan B.W. de Vries 5fa042c5cd Adds check builtin
2025-02-09 15:02:25 +01:00

7 lines
110 B
Plaintext

main:
declare bool
calc bool lt "b" "a"
check not bool : "a should should sort before b"
emit "Success"
/