4-2: Control Flow
Not written yet.
See also: Language Reference.
#
The default targetA tell
expression pushes a new default target. The current default target:
- Is used as the direct object argument for command invocations when none is otherwise specified
- Is asked to handle commands not handled by the direct object (which is consulted first)
This example demonstrates the first point:
This example demonstrates the second point:
tell 9 -- Handled by the integer object '9': sqrt end