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