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

From Lavish Software Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 +
{{CMD-DR|Type|Beginner|Beginner|Beginner|Beginner}}
 +
Type <text>
  
== Description ==
+
== Forms ==
 +
*Type <text> sends <text> to the session
  
 
== Examples ==
 
== Examples ==
 +
===Send text to session===
 +
*Type "Hello, how are you"
 +
:sends Hello, how are you to the session (does not send enter)
  
 
== See Also ==
 
== See Also ==
 +
*[[ISKernel:Press_%28Command%29|Press command]]
 
*[[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 Kernel]]
 +
[[Category:Inner Space Kernel Commands]]

Latest revision as of 17:40, 7 January 2006

Syntax

Command Difficulty Rating
Type
Usage Beginner
Level of Understanding Beginner
Computer Savvy Beginner
Logic Beginner

Type <text>

Forms

  • Type <text> sends <text> to the session

Examples

Send text to session

  • Type "Hello, how are you"
sends Hello, how are you to the session (does not send enter)

See Also