4 lines
117 B
Plaintext
4 lines
117 B
Plaintext
parameter bool;
|
|
storage (option bool);
|
|
code {CAR; IF {PUSH bool True} {PUSH bool False}; SOME; NIL operation; PAIR};
|