Nullop: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''nullop''' | |||
Null operation. Use this instead of empty braces to signify doing nothing. | Null operation. Use this instead of empty braces to signify doing nothing. | ||
Revision as of 12:10, 4 May 2009
nullop
Null operation. Use this instead of empty braces to signify doing nothing.
Instead of ifpdistl 1024 { } else killit, do ifpdistl 1024 nullop else killit.