ALGOL 68/prelude: Difference between revisions

Document errata.a68 and graph_2d.a68
(Document errata.a68 and graph_2d.a68)
Line 3:
 
Note: These are not part of the classic [http://web.comlab.ox.ac.uk/people/Jeremy.Gibbons/wg21/ UNESCO IFIP Working Group 2.1]'s standard prelude, rather they were specifically created for [[Main_Page|Rosetta Code]]'s ALGOL 68 code examples.
=== Preludeprelude/general.a68 ===
Used in:
[[Ternary_logic#ALGOL 68|Ternary_logic]]
 
{{Template:Preludeprelude/general.a68}}
 
=== prelude/is_prime.a68 ===
Line 31:
 
{{Template:prelude/sort.a68}}
 
=== prelude/errata.a68 ===
A collections of OPerators, MODES and variables that are "kind of" implied by Algol68's definition
 
Used in: [[Plot coordinate pairs#ALGOL 68|Plot coordinate pairs]].
* c.f. [[ALGOL_68/prelude/errata.a68]]
 
=== prelude/graph_2d.a68 ===
A simple tookit for producing basic 2d graphs.
 
Used in: [[Plot coordinate pairs#ALGOL 68|Plot coordinate pairs]].
* c.f. [[ALGOL_68/prelude/graph_2d.a68]]
 
=== The classic [http://web.comlab.ox.ac.uk/people/Jeremy.Gibbons/wg21/ UNESCO IFIP Working Group 2.1]'s standard prelude contents ===