8 lines
65 B
Plaintext
8 lines
65 B
Plaintext
main:
|
|
declare bool
|
|
set bool "1"
|
|
if bool
|
|
emit "Success"
|
|
/
|
|
/
|