Difference between revisions of "ISKernel:Echo (Command)"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{CMD-DR|Echo|Beginner|Beginner|Newbie|Beginner}} | {{CMD-DR|Echo|Beginner|Beginner|Newbie|Beginner}} | ||
Echo on|off|<text> | Echo on|off|<text> | ||
− | == | + | == Forms == |
+ | *Echo <text> - Echoes <text> to the console | ||
+ | *Echo off - disables console output display | ||
+ | *Echo on - enables console output display | ||
− | |||
== Examples == | == Examples == | ||
=== Display text to the console === | === Display text to the console === | ||
Line 15: | Line 17: | ||
== See Also == | == See Also == | ||
*[[LavishScript:Commands|LavishScript Commands]] | *[[LavishScript:Commands|LavishScript Commands]] | ||
+ | *[[IS:Kernel#Commands|Kernel Commands]] | ||
*[[IS:Session#Commands|Inner Space Session Commands]] | *[[IS:Session#Commands|Inner Space Session Commands]] | ||
+ | |||
{{Command-Stub}} | {{Command-Stub}} | ||
[[Category:Inner Space]] | [[Category:Inner Space]] | ||
− | [[Category:Inner Space | + | [[Category:Inner Space Kernel]] |
− | [[Category:Inner Space | + | [[Category:Inner Space Kernel Commands]] |
Latest revision as of 04:53, 19 October 2005
Contents
Syntax
Echo | |
Usage | Beginner |
Level of Understanding | Beginner |
Computer Savvy | Newbie |
Logic | Beginner |
Echo on|off|<text>
Forms
- Echo <text> - Echoes <text> to the console
- Echo off - disables console output display
- Echo on - enables console output display
Examples
Display text to the console
- Echo "Welcome to Inner Space"
Turn console text output off
- Echo off
Turn console text output on
- Echo on
See Also