Difference between revisions of "Command:NoOp"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 +
{{CMD-DR|NoOp|Newbie|Beginner|Newbie|Intermediate}}
 
<tt>NoOp [anything]</tt>
 
<tt>NoOp [anything]</tt>
  
Line 6: Line 7:
  
 
== Examples ==
 
== Examples ==
 +
*NoOp ${MyVariable:Set[123]}
 +
: Alternate syntax for using a data type method
 +
  
 
== See Also ==
 
== See Also ==
 
*[[LavishScript:Commands|Commands]]
 
*[[LavishScript:Commands|Commands]]
 +
 +
[[Category:LavishScript]]
 +
[[Category:LavishScript Commands]]

Latest revision as of 23:27, 25 May 2005

Syntax

Command Difficulty Rating
NoOp
Usage Newbie
Level of Understanding Beginner
Computer Savvy Newbie
Logic Intermediate

NoOp [anything]

Description

Does nothing, and succeeds at it.

Examples

  • NoOp ${MyVariable:Set[123]}
Alternate syntax for using a data type method


See Also