Multiple-value-list
From Public Domain Knowledge Bank
Revision as of 16:40, 28 September 2016 by DavidWhitten (talk | contribs) (Created page with "=== Example of use === ('''multiple-value-list''' (read-from-string-ignoring-errors (cyclify-string ?Source ) ) )")
Example of use
(multiple-value-list
(read-from-string-ignoring-errors
(cyclify-string
?Source
)
)
)