4 lines
53 B
QBasic
4 lines
53 B
QBasic
|
|
while k$=""
|
||
|
|
k$ = inkey$
|
||
|
|
if k$><"" then print k$
|
||
|
|
wend
|