Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.611 symbol

symbol( name [, /main])

Returns the symbol with the indicated name (a string), either at the main execution level (if /main is specified) or at the current execution level. If such a symbol does not yet exist, then one is created either if we’re currently at the main execution level, or if /main is specified. Otherwise, and error is generated.

See also: pointer, varname