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