Fixed link URLs
[qbasicapps.git] / tutorial / group2 / 06.bas
1 ' several commans may be at the single line, when separated by colon.\r
2 \r
3 1 a = a + 1: PRINT a; "x 7 ="; a * 7: IF a < 10 THEN GOTO 1\r
4 \r
5 \r