Hello world/Line printer: Difference between revisions

No edit summary
Line 216:
!$REDIR
PRINT("Hello World !")
!$NOREDIR
END PROGRAM
</lang>
 
Prints on LPT1: (if exists) without opening a file.
'''Note''': !$... is a directive pragma not a part of
the language.
 
=={{header|Factor}}==
Anonymous user