Difference between revisions of "Nop"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
Line 17: Line 17:
 
  </span>
 
  </span>
  
==Related==
+
==Also see==
 
[[ret]]
 
[[ret]]

Revision as of 07:15, 28 March 2011

Syntax: nop

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 

Also see

ret