RosettaCodeData/Task/Stack/Uiua/stack.uiua

4 lines
168 B
Plaintext

[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