Group: | Information and Control |
See also: | existglobal getglobal |
Function: | putglobal | |
Description: |
putglobal generates a global variable
|
Usage: | putglobal (x) | |
Input: | ||
x | name of an arbitrary object |
x = 7 putglobal ("x") existglobal ("x")
//x is now a global variable containing 7 Contents of exglb [1,] 1
Group: | Information and Control |
See also: | existglobal getglobal |