Manualy fixed encoding of few files...
[mirrors/Programs.git] / turbobasic / POZDRAV.BAS
1 FOR I=0 TO 5000
2 CLS
3 SCREEN 0
4 COLOR 14,1
5 LOCATE 10,5
6 PRINT " DOBRY DEN! JAK SE MATE ? "
7
8 A$=INKEY$
9 IF A$="X" THEN KONEC
10
11 FOR B=0 TO 300
12 NEXT B
13
14 NEXT I
15 KONEC:
16 CLS\1a
This page took 0.347134 seconds and 4 git commands to generate.