Organization
Standards
Projects
Contact
POSE
portable S-expressions (POSE)
specification and libraries
Abstract
Rationale
Specification
Examples
Examples
; comment
()
(1)
(1 2)
(1 2 3)
(1 2 (3 (4)) 5)
foo-bar
"foo bar"
"foo \\bar \" baz"
123
-123
leading zero not permitted
0.123
-0.123
zero required before the dot
123.45
-123.45