Find Chess960 starting position identifier: Difference between revisions

Content added Content deleted
(→‎{{header|FreeBASIC}}: Correct to match algorithm fix.)
(→‎{{header|QBasic}}: Algorithm fix.)
Line 218: Line 218:


FOR I = 0 TO 1
FOR I = 0 TO 1
IF Q(0) > N(I) THEN Q = Q - 1
IF Q(0) > B(I) THEN Q = Q - 1
NEXT I
NEXT I