Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
manual:chapter6:operators:cmd_ovr_eval [2019/11/06 15:31] jojo1973 |
manual:chapter6:operators:cmd_ovr_eval [2019/11/17 08:23] (current) jojo1973 Highlighted EVAL when used in technical sense |
||
|---|---|---|---|
| Line 36: | Line 36: | ||
| * **Local Name**: '' | * **Local Name**: '' | ||
| * **Global Name**: '' | * **Global Name**: '' | ||
| - | - a __Name__ is evaluated; | + | - a __Name__ is '' |
| - | - a __Program__ is evaluated; | + | - a __Program__ is '' |
| - a __Directory__ becomes the current directory; | - a __Directory__ becomes the current directory; | ||
| - __other objects__ which are not lists are put on the stack. | - __other objects__ which are not lists are put on the stack. | ||
| * **Program**: | * **Program**: | ||
| - | - an [[manual: | + | - an [[manual: |
| - a __Keyword__ is '' | - a __Keyword__ is '' | ||
| - __other objects__ which are not lists are put on the stack. | - __other objects__ which are not lists are put on the stack. | ||
| * **Symbolic expression**: | * **Symbolic expression**: | ||
| - | - a __Name__ is evaluated; | + | - a __Name__ is '' |
| - a __Keyword__ is '' | - a __Keyword__ is '' | ||
| - __other objects__ which are not lists are put on the stack. | - __other objects__ which are not lists are put on the stack. | ||
| * **Other objects**: if they are not lists '' | * **Other objects**: if they are not lists '' | ||
| * **List**: '' | * **List**: '' | ||
| - | - __any object__ is evaluated | + | - __any object__ is '' |
| | | ||
| As a final step, '' | As a final step, '' | ||
| Line 62: | Line 62: | ||
| * In userRPL, if the argument is a list '' | * In userRPL, if the argument is a list '' | ||
| - | - a __Name__ is evaluated; | + | - a __Name__ is '' |
| - | - a __Program__ is evaluated; | + | - a __Program__ is '' |
| - a __Keyword__ is '' | - a __Keyword__ is '' | ||
| - __other objects__ are put on the stack. | - __other objects__ are put on the stack. | ||
| Line 94: | Line 94: | ||
| </ | </ | ||
| will perform the following steps: | will perform the following steps: | ||
| - | - '' | + | - '' |
| - | - '' | + | - '' |
| - | - '' | + | - '' |
| - '' | - '' | ||
| - '' | - '' | ||
| Line 114: | Line 114: | ||
| </ | </ | ||
| will perform the following steps: | will perform the following steps: | ||
| - | - '' | + | - '' |
| - '' | - '' | ||
| - '' | - '' | ||