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
/
for2.bth
blob: 66c490fd479570fa7743c806eb78ea8383088288 (
plain
)
1
2
3
(let (a [6 7 8 9]) (for (i (len a)) (say (+ (a i) (* i 10)))))