assign - Assigns the evaluation of an expression to a given variable
assign [-h] var_id := simple-expression
Assign the value of simple-expression, as
evaluated in the current state to variable var_id.
Command options:
- var_id := simple-expression
- Assigns the value of simple-expression, as evaluated in
the current state, to var_id. This command
changes the current state. The value of all other
variables in the new current state remains the same as
it was in the old current state.
Last updated on 990908 16h51