small stuff

This commit is contained in:
visionmercer 2026-05-01 00:30:34 +02:00
commit a80182a5f5
2 changed files with 55 additions and 41 deletions

4
test.bas Normal file
View file

@ -0,0 +1,4 @@
while k$=""
k$ = inkey$
if k$><"" then print k$
wend