Sudoku: Difference between revisions

29 bytes removed ,  13 years ago
m
→‎{{header|ALGOL 68}}: rm depicated comment.
(→‎[[Sudoku#ALGOL 68]]: Translation of D version into ALGOL 68)
m (→‎{{header|ALGOL 68}}: rm depicated comment.)
Line 199:
{{works with|ALGOL 68G|Any - tested with release [http://sourceforge.net/projects/algol68/files/algol68g/algol68g-1.18.0/algol68g-1.18.0-9h.tiny.el5.centos.fc11.i386.rpm/download 1.18.0-9h.tiny].}}
{{wont work 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] - due to extensive use of '''format'''[ted] ''transput''.}}
<lang algol68>MODE AVAIL = [9]BOOL; # can be a box, row or col #
MODE BOX = [3, 3]CHAR;
AVAIL set; BOX box;