Not: Difference between revisions

From Wiki of ZZT
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 17:55, 8 February 2021

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.