Using GET-INPUT-AS-LIST
(get-input-as-list "How are you?")
How are you?
I am fine
(I AM FINE)
11
READ-FROM-STRING returns 2 values -- the form read and the number of characters used from the string.
Therefore GET-INPUT-AS-LIST also returns 2 values.
Previous slide
Next slide
Back to first slide
View graphic version