5 lines
165 B
Text
5 lines
165 B
Text
|
|
(in NIL # Guarantee reading from standard input
|
||
|
|
(let (Str (read) Num (read))
|
||
|
|
(prinl "The string is: \"" Str "\"")
|
||
|
|
(prinl "The number is: " Num) ) )
|