This is an old revision of the document!
<- PRPL reference <- Vars and Functions
Arguments | Result | Notation |
---|---|---|
bool | [ -bool] |
Checks to see if VARNAME exists (has been assigned). If so, 1 is pushed to the stack else 0.
if (not(-?unit)) CreateUnit(10 20 "AmpGem") ->unit endif