mirror of
https://github.com/open-goal/jak-project
synced 2026-06-21 00:31:41 -04:00
8 lines
88 B
Common Lisp
8 lines
88 B
Common Lisp
(defun r2 (one two three)
|
|
two)
|
|
|
|
(defun r1 (one two three)
|
|
one)
|
|
|
|
|
|
(r2 1 (r1 2 3 4) 5) |