GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c133a19c94e6b215797b3bd29d6750a1217b7532
[mirrors/Programs.git]
/
turbobasic
/
1998
/
INKEY.BAS
1
cls
2
3
FOR I=1 TO 100
4
A$=INKEY$
5
IF LEN(A$)<>0 THEN ANO
6
PRINT A$
7
NEXT I
8
9
GOTO NE
10
11
ANO:
12
PRINT " ANO "
13
END
14
15
NE:
16
PRINT " NE "
\1a
This page took
1.244302 seconds
and
5
git commands to generate.