Next: , Previous: dump-handles, Up: GCL Reference


7.2.32 echo

(echo ...)
Write the given data to the special file -. Strings are written literally; lisp expressions are evaluated and their values written. If received from an external program, echo sends to the program's input. Otherwise writes to geomview's own standard output (typically the terminal).