7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
main:
|
|
declare bool
|
|
calc bool eq "1" "2"
|
|
check not bool : "1 should not equal 2"
|
|
emit "Success"
|
|
/
|