not

From Wiki of ZZT
Revision as of 17:55, 8 February 2021 by Rbts (talk | contribs) (Created page with "{{DISPLAYTITLE:not}} '''not''' is an internal flag in ZZT-OOP. It negates the result of condition checks which follow it within an #if statement. For example, <code...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

not is an internal flag in ZZT-OOP. It negates the result of condition checks which follow it within an #if statement. For example, #if not foo give torches 1 will add 1 to the Torches counter if no flag named "foo" is set.