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