Nullop

From EDukeWiki
Revision as of 00:15, 24 September 2005 by TX (talk | contribs)
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.