3 lines
168 B
Text
3 lines
168 B
Text
[3] # Since UIUA is a stack language, everything is pushed on the stack
|
|
x ← # stores the top of the stack into the variable x
|
|
? # ? checks the stack, it is now empty
|