Merge branch 'master' of https://codeberg.org/catseye/Yolk
Chris Pressey
1 year, 6 months ago
55 | 55 | ? |
56 | 56 | |
57 | 57 | `(cons A B)` evaluates A to a S-expression and B to a list, and evaluates to a list |
58 | which is the same as B except it has an extra element on the front, B. | |
58 | which is the same as B except it has an extra element on the front, A. | |
59 | 59 | |
60 | 60 | | (cons (quote quote) (quote (head tail cons))) |
61 | 61 | = (quote head tail cons) |