Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to Ticket #1083
Ticket #1083
: m0.scm
File m0.scm,
83 bytes
(added by
Alan Post
,
9 years ago
)
m0.scm
Line
1
(
module
m0
2
(
f0
)
3
4
(
import
scheme
)
5
(
import
chicken
)
6
7
(
define
(
f0
x
y
)
8
`
(
,
x
,
y
)))
Download in other formats:
Original Format