RosettaCodeData/Task/Stack/Uiua/stack.uiua

4 lines
168 B
Text
Raw Permalink Normal View History

2024-03-06 22:25:12 -08:00
[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