
  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 990119 20h08
