index
:
42
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Computer_Science
/
SICP
/
test.scm
blob: 46f73ee29b303b737cfb3746831bffdb71ddb263 (
plain
)
1
2
3
4
(
define
(
plus
x
y
)
(
+
x
y
))
(
plus
2
3
)