Difference between revisions of "Command:NoOp"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 7: 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]]

Revision as of 05:47, 2 April 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