This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,34 @@
(this is a list)
(this is another list and (this is a nested list))
(
"\
This is a multi-line \
string with embedded
newlines."
"This string contains decimal \255, hex \xff codes, \
and other \\ \n escapes."
A# # ## #x|
)
; Line comment
#; (
S-expression comment
)
#| #| Nested |# block comment "|#" |#
#| "" |#
#| ""|#
#|"" |#
#|""|#
#| "asdf" "asdf" |#
(something #| ; |# () "something else")