Difference between revisions of "Nop"
From Unofficial QEdit Wiki Guide
| Line 17: | Line 17: | ||
</span> | </span> | ||
| − | == | + | ==Also see== |
[[ret]] | [[ret]] | ||
Revision as of 07:15, 28 March 2011
Syntax: nop
Contents
Format
- None
Use
Does nothing. Used to occupy functions for later ammendments
Example
151: nop //Do nothing
ret
152: nop //Do nothing
ret
153: nop //Do nothing
ret