RosettaCodeData/Task/Hello-world-Line-printer/EchoLisp/hello-world-line-printer.echolisp
2016-12-05 23:44:36 +01:00

3 lines
196 B
Text

(printer-font "Courier") ;; change printer font
(printer-page "ROSETTA CODE") ;; starts a new page with nice header
(printer-writeln "Hello World!") ;; prints new line (not seen on stdout)