Nyquist / XLISP 2.0  - 
Contents |
Tutorials |
Examples |
Reference
symbol-function
  | Type: | - | function (subr) | 
  | Source: | - | xlbfun.c | 
Syntax
- (symbol-function symbol)
- symbol - an expression that evaluates to a symbol name
 returns - the symbol's functional value
Description
The 'symbol-function' function ... [this page was missing in the
original reference and still needs to be written].
Examples
See the
symbol-function
function in the XLISP 2.0 manual.
  Back to Top
Nyquist / XLISP 2.0  - 
Contents |
Tutorials |
Examples |
Reference