fine tuning

This commit is contained in:
tTh
2024-08-27 10:55:32 +02:00
parent 1e175bc6ef
commit 7abf55e44b
2 changed files with 19 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
10 CLEAR
20 FOR I=1 TO 10
20 FOR I=2 TO 5
30 PRINT I, I*I
40 NEXT I
50 SYSTEM