RosettaCodeData/Task/Hello-world-Line-printer/00DESCRIPTION

16 lines
713 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
{{omit from|PARI/GP}}
{{omit from|ML/I|Does not have printer-related functions}}
2018-06-22 20:57:24 +00:00
{{omit from|SQL PL|It does not handle attached devices}} <!-- The only way is with an external procedure implemented in Java or C that directly writes in the printer. -->
2015-02-20 00:35:01 -05:00
2016-12-05 22:15:40 +01:00
;Task:
Cause a line printer attached to the computer to print a line containing the message: &nbsp; <big><code> Hello World! </code></big>
;Note:
A line printer is not the same as standard output.
A &nbsp; [[wp:line printer|line printer]] &nbsp; was an older-style printer which prints one line at a time to a continuous ream of paper.
2013-04-10 21:29:02 -07:00
2015-02-20 00:35:01 -05:00
With some systems, a line printer can be any device attached to an appropriate port (such as a parallel port).
2016-12-05 22:15:40 +01:00
<br><br>