Manualy fixed encoding of few files...
[mirrors/Programs.git] / turbobasic / 255-ZNAK.BAS
1 CLS
2 FOR A=0 TO 255
3 COLOR 0,15
4 SCREEN 0
5 LOCATE B,A
6 PRINT A CHR$ (A)"* "
7
8
9 REM POKR:
10 REM LOCATE 5,5
11 REM PRINT CHR$ (A)
12 REM FOR I=0 TO 99999
13 REM NEXT I
14 NEXT A
15 END\1a
This page took 0.273711 seconds and 4 git commands to generate.