Difference between revisions of "Template:Stack Operators"

From WikiManual
Jump to: navigation, search
(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]]
 
[[drop]]
 
  
 
[[dropbool]]
 
[[dropbool]]
 
[[dup]]
 
  
 
[[dupbool]]
 
[[dupbool]]
  
[[swap]]
+
[[swapbool]]
  
[[swapbool]]
+
[[overbool]]
  
[[over]]
+
'''Debug:'''
  
[[overbool]]
+
<font size="1">
 +
Not supported in versions earlier 2.46:
 +
</font>
  
 
[[debugint]]
 
[[debugint]]

Latest revision as of 18:45, 19 October 2014

Stack Operators:

Integer Stack:

clear

drop

dup

swap

over

Boolean stack:

clearbool

dropbool

dupbool

swapbool

overbool

Debug:

Not supported in versions earlier 2.46:

debugint

debugbool