Interactive Mode Simulation : Input Changes : Valid Input To Do Action

Valid Input To Do Action

Input into the Expression: area may be any valid Rational Statemate action. The following are some examples:

clear_buf

where clear_buf is a defined action.
i := i+1;ax:j :=5; day::SUNDAY;

where i and j are data-items. In this example, i is unique in the WorkArea while j is not, therefore, is specified as belonging to a specific chart AX. The day is the data item of an enumerated type and SUNDAY is on of its values.
st!(A)

where A is an activity
sc!(e,delta_t)

where e is an event and delta_t is a data-item
scr:e

where e is an event belonging to the chart SCR