Files
crawos/data/hello.bas
2026-02-09 21:59:35 +00:00

6 lines
65 B
QBasic

PRINT "What's your name?"
INPUT $1
PRINT "Hello " ;
PRINT $1
END