Jump to content

Hello world/Standard error: Difference between revisions

m
Line 16:
=={{header|ALGOL 68}}==
The procedures <tt>print</tt> and <tt>printf</tt> output to ''stand out'',
whereas <tt>put</tt> and <tt>putf</tt> can output to any open '''FILEfile''', including ''stand error''.
 
{{works with|ALGOL 68|StandardRevision 1 - no extensions to language used}}
 
{{works with|ALGOL 68G|Any - tested with release mk15[http://sourceforge.net/projects/algol68/files/algol68g/algol68g-1.18.0/algol68g-1.8b18.fc90-9h.tiny.el5.centos.fc11.i386.rpm/download 1.18.0-9h.tiny]}}
 
{{works with|ELLA ALGOL 68|Any (with appropriate job cards) - tested with release [http://sourceforge.net/projects/algol68/files/algol68toc/algol68toc-1.8.8d/algol68toc-1.8-8d.fc9.i386.rpm/download 1.8-8d] - note that printf and putf were not ported into ELLA's libraries.}}
<lang algol68>main:(
put(stand error, ("Goodbye, World!", new line))
Cookies help us deliver our services. By using our services, you agree to our use of cookies.