This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
RISCI_ATOM
/
interim
miroir de
https://github.com/mntmn/interim.git
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Branche:
amiga
Branches
Tags
386
amiga
arm
arm64
debug
dev
imx233
master
multi
reform
interim
/
sledge
/
tests
/
regtest.l
regtest.l
97 B
Lien permanent
Historique
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)