7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
main:
|
|
declare bool
|
|
calc bool lt "b" "a"
|
|
check not bool : "a should should sort before b"
|
|
emit "Success"
|
|
/
|