Random Latin squares: Difference between revisions

Content added Content deleted
(Added Algol 68)
Line 290: Line 290:
DO SKIP OD
DO SKIP OD
OD;
OD;
# the final row, there ios only one possibility for each column #
# the final row, there is only one possibility for each column #
FOR col TO n DO
FOR col TO n DO
[ 1 : n ]CHAR free := letters;
[ 1 : n ]CHAR free := letters;