learning-to-code/qb64/name.bas

5 lines
61 B
QBasic

PRINT "Enter your name:"
INPUT user$
PRINT "Hello " + user$