Difference between revisions of "MGED CMD echo"

From BRL-CAD
(New page: Category:MGED =echo= __TOC__ ==Syntax== :echo text ==Argument(s)== : '''text''' :: Text to be echoed. ==Return Value(s)== : No Return Values for this command. ==Description== T...)
 
 
Line 18: Line 18:
  
 
==Description==
 
==Description==
The "echo" command merely echos whatever text is provided as an argument on the command line. This is intended for use in MGED scripts.
+
The "echo" command merely echos whatever text is provided as an argument on the command line. This is intended for use in [[MGED]] scripts.
  
  

Latest revision as of 08:34, 23 November 2017


echo[edit]

Syntax[edit]

echo text


Argument(s)[edit]

text
Text to be echoed.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "echo" command merely echos whatever text is provided as an argument on the command line. This is intended for use in MGED scripts.


Example(s)[edit]

mged> echo some text goes here
Display the text, "some text goes here."


See Also[edit]

No related commands.



Page Generated by David Loman on: 10/11/2007 at: 12:37:07 PM