Hello world/Line printer: Difference between revisions

Content added Content deleted
No edit summary
Line 216: Line 216:
!$REDIR
!$REDIR
PRINT("Hello World !")
PRINT("Hello World !")
!NOREDIR
!$NOREDIR
END PROGRAM
END PROGRAM
</lang>
</lang>


Prints on LPT1: (if exists) without opening a file
Prints on LPT1: (if exists) without opening a file.
'''Note''': !$... is a directive pragma not a part of
the language.


=={{header|Factor}}==
=={{header|Factor}}==