Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to Ticket #58
Ticket #58
: test.scm
File test.scm,
119 bytes
(added by
Ivan Raikov
,
14 years ago
)
test case
Line
1
2
(
require-extension
srfi-1
ssax
)
3
(
print
(
fold
(
lambda
(
a
v
ax
)
(
list
a
v
ax
))
(
list
)
(
list
1
2
3
)
(
list
"a"
"b"
"c"
)))
Download in other formats:
Original Format