S-expressions: Difference between revisions

m
fixed typo
m (→‎{{header|REXX}}: added/changed whitespace and comments.)
m (fixed typo)
Line 996:
The '''(read-from-string input-string)''' function parses a string into an s-expression, which is the native representation of program/data in EchoLisp and the majority of Lisps .
<lang lisp>
(define input-string "#'((data \"quoted data\" 123 4.5)\n (data (!@# (4.5) \"(more\" \"data)\")))"'#)
 
input-string