Difference between revisions of "Category:var"
Jump to navigation
Jump to search
Jimbauwens (talk | contribs) |
|||
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 | + | *[[var.list]]() - Lists of names of variables currently used. |
− | *[[var.unmonitor]](name) - Turns | + | *[[var.monitor]](name) - Turns on monitoring of the math variable with given ''name''. |
− | *[[var.recall]](name) : Returns the value of a math variable with the given | + | *[[var.unmonitor]](name) - Turns off monitoring of the math variable with given ''name''. |
− | *[[var.recallstr]](name) : Returns the value of a math variable with the given | + | *[[var.recall]](name) : Returns the value of a math variable with the given ''name''. |
− | *[[var.store]](name, value) : Stores | + | *[[var.recallstr]](name) : Returns the value of a math variable with the given ''name'' as a string. |
+ | *[[var.store]](name, value) : Stores ''value'' as a math variable with the given ''name''. |
Revision as of 13:40, 1 June 2011
Quick Overview
- var.list() - Lists of names of variables currently used.
- var.monitor(name) - Turns on monitoring of the math variable with given name.
- var.unmonitor(name) - Turns off monitoring of the math variable with given name.
- var.recall(name) : Returns the value of a math variable with the given name.
- var.recallstr(name) : Returns the value of a math variable with the given name as a string.
- var.store(name, value) : Stores value as a math variable with the given name.
Pages in category "var"
The following 10 pages are in this category, out of 10 total.