This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
RISCI_ATOM
/
interim
oglindă de
https://github.com/mntmn/interim.git
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
4f85691fef
Ramuri
Etichete
386
amiga
arm
arm64
debug
dev
imx233
master
multi
reform
interim
/
sledge
/
tests
/
regtest.l
regtest.l
97 B
Istoric
Crud
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)