Here's what I came up with earlier, but accidentality deleted it before posting it
Code:
FOR A=1 TO 4FOR B=1 TO 4PRINT B,AIF B=4 AND A<4 THEN A=A+1 : B=0NEXTPRINT "End"
linkNot sure if that counts?
MarkStatistics: Posted by 1024MAK — Sun Dec 15, 2024 6:04 pm