index
:
badthing
trunk
the best scheme that i have, and that's bad enough for me
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
func5.bth
blob: 890e7064cf9e7b087618ec51ddf6652f244b144c (
plain
)
1
2
3
4
5
6
7
8
(set f (fn (a) (say (* a a)))) (f 2) (f 4) (f 6) (f 8) (let (a 5) (f a) (f (* 2 a)))