This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
RISCI_ATOM
/
interim
mirror de
https://github.com/mntmn/interim.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
02eb7596d6
Branches
Tags
386
amiga
arm
arm64
debug
dev
imx233
master
multi
reform
interim
/
sledge
/
tests
/
regtest.l
regtest.l
97 B
Histórico
Raw
1
2
3
(def xp (fn x y (print (list "x,y" x y))))
(def foo (fn a b c d e f (xp e f)))
(foo 1 2 3 4 5 6)