Files
crawos/data/hello.bas
2026-03-08 22:07:21 +00:00

6 lines
73 B
QBasic

PRINT "Hello, what is your name?"
INPUT $1
PRINT "Hello " ;
PRINT $1
END