jak-project/goal_src/test/test-pair-length.gc
water111 27b865c0df
Add methods and pointers (#53)
* method calls and sorting

* add more tests and fix some alias stuff
2020-09-19 16:50:42 -04:00

3 lines
61 B
Common Lisp

(let ((lst (list 5 4 3 2 1 0)))
(length (the pair lst))
)