| Applying science to business management |
  
user
Format: user( command )
Arguments: [any] command Any expression to
evaluate
Returns: [any] The value of command
Description: User causes an expression to be evaluated
at the User class level. That is, all user-defined functions and
constants are available when the function evaluates. This
primitive is useful in developing library functions that need
access to nodes the user has created.
See Also: primitive,
model, unit
|