diff options
| author | kartofen <mladenovnasko0@gmail.com> | 2024-08-25 17:33:40 +0300 |
|---|---|---|
| committer | kartofen <mladenovnasko0@gmail.com> | 2024-08-25 17:33:40 +0300 |
| commit | de3a062bfc206bf0373f96f4f6cc8c74ffcbab48 (patch) | |
| tree | facb0d94172157107a7cb73c82b44bf67d0da1ac /files/test.l | |
| parent | c740ece288c3fb6f858a911222fd63caf95c4eea (diff) | |
lambda tested and if added
Diffstat (limited to 'files/test.l')
| -rw-r--r-- | files/test.l | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/files/test.l b/files/test.l deleted file mode 100644 index d9e9acc..0000000 --- a/files/test.l +++ /dev/null @@ -1,5 +0,0 @@ -(define make-add (lambda (a) (lambda (b) (+ a b)))) -(define add4 (make-add 4)) -(add4 5) - -'(a b ,((lambda (a) '(test . ,a)) 69) c d) |
