Command STORE Foundation
Assigns a value to one or more variables.
STORE <Expression> TO <VarName,...>
<VarName1> := [ <VarName2> := ...] <Expression>
The command STORE exists only for compatibility reasons and should no longer be used. In place of STORE, the inline assignment operator (:=) should be used.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.