Mostly work on generating better documentation.
This commit is contained in:
parent
4c2380ca26
commit
41cecdc522
34 changed files with 1531 additions and 794 deletions
3
resources/mexpr/range.mexpr.lsp
Normal file
3
resources/mexpr/range.mexpr.lsp
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
;; this isn't a standard Lisp 1.5 function
|
||||
|
||||
range[n; m] = [lessp[m; n] -> NIL; T -> cons[n; range[add1[n]; m]]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue