Difference between revisions of "ISKernel:Echo (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 
{{CMD-DR|Echo|Beginner|Beginner|Newbie|Beginner}}
 
{{CMD-DR|Echo|Beginner|Beginner|Newbie|Beginner}}
Echo <on|off|<text>>
+
Echo on|off|<text>
 +
== Description ==
  
== Description ==
 
 
Displays text in the console, or enables/disables console output  
 
Displays text in the console, or enables/disables console output  
 
== Examples ==
 
== Examples ==
Echo "Welcome to Inner Space"  
+
*Echo "Welcome to Inner Space"  
 +
*Echo off
 +
*Echo on
 +
 
 
== See Also ==
 
== See Also ==
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[LavishScript:Commands|LavishScript Commands]]

Revision as of 22:50, 14 April 2005

Syntax

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

Echo on|off|<text>

Description

Displays text in the console, or enables/disables console output

Examples

  • Echo "Welcome to Inner Space"
  • Echo off
  • Echo on

See Also