4 lines
82 B
Text
4 lines
82 B
Text
print 1 "Enter a string."
|
|
input string$
|
|
print 1 "Enter an integer."
|
|
input integer
|