Nullop

From EDukeWiki
Revision as of 00:17, 23 December 2004 by TX (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Null operation. Use this instead of empty braces to signify doing nothing.

Instead of ifpdistl 1024 { } else killit, do ifpdistl 1024 nullop else killit.