Category:ALGOL 68-rows: Difference between revisions

Content added Content deleted
(Added talk-page line)
No edit summary
Line 3: Line 3:
ALGOL 68-rows is a set of array related routines and operators for use in Algol 68 programs (arrays are generally called rows in Algol 68).
ALGOL 68-rows is a set of array related routines and operators for use in Algol 68 programs (arrays are generally called rows in Algol 68).


To use this in a program, copy the source code from the [https://rosettacode.org/wiki/Category_talk:ALGOL_68-rows talk page] to a text file called rows.incl.a68, putting it in the same directory as the importing program.
To use this in a program, copy the source code from the [https://rosettacode.org/wiki/Category_Talk:ALGOL_68-rows Talk page] to a text file called rows.incl.a68, putting it in the same directory as the importing program.
Then add PR read "rows.incl.a68" PR to the source of the program.
Then add PR read "rows.incl.a68" PR to the source of the program.