Difference between revisions of "Template:Stack Operators"
From WikiManual
(created template) |
(→Stack Operators:) |
||
(8 intermediate revisions by 2 users 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--> | ||
− | :[[clear]] | + | '''Integer Stack:''' |
− | + | ||
− | + | [[clear]] | |
− | + | ||
− | + | [[drop]] | |
− | :[[debugint]] | + | |
+ | [[dup]] | ||
+ | |||
+ | [[swap]] | ||
+ | |||
+ | [[over]] | ||
+ | |||
+ | '''Boolean stack:''' | ||
+ | |||
+ | [[clearbool]] | ||
+ | |||
+ | [[dropbool]] | ||
+ | |||
+ | [[dupbool]] | ||
+ | |||
+ | [[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: |