Changes

Jump to navigation Jump to search

Category:var

10 bytes removed, 14:40, 1 June 2011
no edit summary
Line 1: Line 1: −
== Quick Overview ==
+
== Quick Overview ==
*[[var.list]]() - Lists of names of variables currently used.
+
 
*[[var.monitor]](name) - Turns on monitoring of the math variable with given <i>name</i>.
+
*[[var.list]]() - Lists of names of variables currently used.  
*[[var.unmonitor]](name) - Turns on monitoring of the math variable with given <i>name</i>.
+
*[[var.monitor]](name) - Turns on monitoring of the math variable with given ''name''.  
*[[var.recall]](name)&nbsp;: Returns the value of a math variable with the given <i>name</i>.
+
*[[var.unmonitor]](name) - Turns off monitoring of the math variable with given ''name''.  
*[[var.recallstr]](name)&nbsp;: Returns the value of a math variable with the given <i>name</i> as a string.
+
*[[var.recall]](name)&nbsp;: Returns the value of a math variable with the given ''name''.  
*[[var.store]](name, value)&nbsp;: Stores <i>value</i> as a math variable with the given <i>name</i>.
+
*[[var.recallstr]](name)&nbsp;: Returns the value of a math variable with the given ''name'' as a string.  
 +
*[[var.store]](name, value)&nbsp;: Stores ''value'' as a math variable with the given ''name''.
68

edits

Navigation menu