Category:ALGOL 68: Difference between revisions

→‎Code samples: Renamed, made expanable/collapsible
(→‎Coercion (casting): Made expanable/Collapsible)
(→‎Code samples: Renamed, made expanable/collapsible)
Line 64:
*Dec. 1968: Report on the Algorithmic Language ALGOL 68 - Offprint from Numerische Mathematik, 14, 79-218 (1969); Springer-Verlag. - Edited by: A. van Wijngaarden, B.J. Mailloux, J.E.L. Peck and C.H.A. Koster.
*Sep 1973: Revised Report on the Algorithmic Language Algol 68 - Springer-Verlag 1976 - Edited by: A. van Wijngaarden, B.J. Mailloux, J.E.L. Peck, C.H.A. Koster, M. Sintzoff, C.H. Lindsey, L.G.L.T. Meertens and R.G. Fisker.
==CodeCoding style of samples==
<div class="mw-collapsible mw-collapsed" style="width:1200px; overflow:auto; background-color:parent;">
Most of the code samples provided here have a leading <code>main:(</code> and a matching <code>)</code> at the end. These are not actually required in the language, but are included so as to highlight that the code sample is complete, and works with (at least) [[ALGOL 68G]] unmodified.
<div class="mw-collapsible-content" style="padding-left:2em;">
 
MostMany of the code samples provided here have a leading <code>main:(</code> and a matching <code>)</code> at the end. These are not actually required in the language, but are included so as to highlight that the code sample is complete, and works with (at least) [[ALGOL 68G]]main unmodifiedroutine.
 
On some compilers, it may be necessary to include appropriate "job cards"
Line 162 ⟶ 165:
OD
|}
 
</div></div>
 
== Coercion (casting) ==
3,044

edits