RosettaCodeData/Task/Stack/Uiua/stack.uiua
2024-03-06 22:25:12 -08:00

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