Difference between revisions of "Template:Stack Operators"
From WikiManual
(→Stack Operators:) |
|||
Line 4: | Line 4: | ||
<!-- This is part of a template, included in multiple articles like a procedure. Changing this changes more than one articles appearance--> | <!-- This is part of a template, included in multiple articles like a procedure. Changing this changes more than one articles appearance--> | ||
+ | '''Integer Stack:''' | ||
[[clear]] | [[clear]] | ||
+ | |||
+ | [[drop]] | ||
+ | |||
+ | [[dup]] | ||
+ | |||
+ | [[swap]] | ||
+ | |||
+ | [[over]] | ||
+ | |||
+ | '''Boolean stack:''' | ||
[[clearbool]] | [[clearbool]] | ||
− | |||
− | |||
[[dropbool]] | [[dropbool]] | ||
− | |||
− | |||
[[dupbool]] | [[dupbool]] | ||
− | |||
− | |||
[[swapbool]] | [[swapbool]] | ||
− | [[ | + | [[overbool]] |
− | + | '''Debug:''' | |
[[debugint]] | [[debugint]] |
Revision as of 11:54, 27 June 2014
Stack Operators:Integer Stack: Boolean stack: Debug: |