mirror of
https://github.com/open-goal/jak-project
synced 2026-06-18 23:37:22 -04:00
27f0a7ca44
* refactor tests and analysis passes * identity test working * combine test categories with only a few cases * more fixes
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) |