Stack: Difference between revisions

242 bytes added ,  5 months ago
no edit summary
imported>LongPtrCall
(Added GDScript implementation.)
imported>2Paule
No edit summary
Line 6,615:
S pop 4 ;# ==> d c b a
S size ;# ==> 0</syntaxhighlight>
 
=={{header|Uiua}}==
 
<syntaxhighlight lang="Uiua">
[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
 
</syntaxhighlight>
 
 
 
=={{header|UnixPipes}}==
Anonymous user