put

"put" var "=" expr

Assigns the variable var to the result of evaluating the expression expr.

"put" var "<-" expr

Assigns the variable var to the result of evaluating and then dereferencing the expression expr.

"put" exprA "->" exprB

Evaluates both expressiosn exprA and exprB, then assigns result of exprA to reference of result of exprB


<< Back