Store

From WikiManual
Revision as of 22:41, 23 December 2005 by Ollj (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Operators:

Store Commands:

store
inc dec

The following commands are not supported in versions earlier 2.46:

addstore
substore
multstore
divstore
ceilstore
floorstore
rndstore
sgnstore
abstore
sqrstore
negstore

Stores the second value on the stack into the memory location specified by the top value.

Syntax:

x y store

Where 'x' is the value to be stored, and 'y' is the memory location.

or

store

Compared to the first, the lonely store-command works on the numbers on the stack, what ever they are. Famous for emptiing the stack and energy at once.