Maxima Manual. Node: ASSIGNMENT

PREV Introduction to Expressions UP Expressions NEXT COMPLEX

6.2: ASSIGNMENT

- There are two assignment operators in MACSYMA, : and :: . E.g. A:3 sets the variable A to 3. :: assigns the value of the expression on its right to the value of the quantity on its left, which must evaluate to an atomic variable or subscripted variable.

PREV Introduction to Expressions UP Expressions NEXT COMPLEX