Evaluates the object.
Level 1 | -> | Level 1 |
---|---|---|
obj | -> | (see below) |
Obj. Type | Effects of Evaluation |
---|---|
Local Name | Recalls the contents of the variable. |
Global Name | Calls the contents of the variable:
If no variable exists for a given name, evaluating the name returns the name to the stack. |
Program. | Enters each object in the program:
|
List | Enters each object in the list:
|
Tagged | If the tag specifies a port, recalls and evaluates the specified object. Otherwise, puts the untagged object on the stack. |
Algebraic | Enters each object in the algebraic expression:
|
Command, Function, XLIB Name | Evaluates the specified object. |
Other Objects | Puts the object on the stack. |