$Square

From m204wiki
Revision as of 13:18, 20 April 2013 by Alex (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The $SQUARE function multiplies a number by itself. $SQUARE takes the number to be squared as its one argument. For example:

$SQUARE(8)

equals 64.