RosettaCodeData/Task/Hello-world-Line-printer/EchoLisp/hello-world-line-printer.echolisp

4 lines
196 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
(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)