5 lines
155 B
Text
5 lines
155 B
Text
INPUT LINE "Enter a string: " string$
|
|
INPUT "Enter a number: " number
|
|
|
|
PRINT "String = """ string$ """"
|
|
PRINT "Number = " ; number
|