Difference between revisions of "Template:Stack Operators"
From WikiManual
(→Stack Operators:) |
|||
(2 intermediate revisions by the same user not shown) | |||
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]] |
− | [[ | + | [[overbool]] |
− | + | '''Debug:''' | |
− | + | <font size="1"> | |
+ | Not supported in versions earlier 2.46: | ||
+ | </font> | ||
[[debugint]] | [[debugint]] |
Latest revision as of 17:45, 19 October 2014
Stack Operators:Integer Stack: Boolean stack: Debug: Not supported in versions earlier 2.46: |