GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4e6670c41237f980e8cb301e9fc8cac2571c37b6
[mirrors/Programs.git]
/
turbobasic
/
1998
/
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.993649 seconds
and
5
git commands to generate.