4 lines
98 B
Text
4 lines
98 B
Text
(print "Enter an integer: ")
|
|
(set 'x (read-line))
|
|
(print "Enter a string: ")
|
|
(set 'y (read-line))
|