diff options
author | kartofen <mladenovnasko0@gmail.com> | 2024-08-25 12:30:48 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2024-08-25 12:30:48 +0300 |
commit | 54f071ac7d47ef515a3f6a4db9e83f2f9aca3c8c (patch) | |
tree | 63e9958c5961f32d191c580f6960b6f9eba02f20 /files/test.l | |
parent | df95e5bfca1c5e723b39f25f32401db8f9ebf6fe (diff) |
lambda nearly done
Diffstat (limited to 'files/test.l')
-rw-r--r-- | files/test.l | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/test.l b/files/test.l index 49b4cad..65707ed 100644 --- a/files/test.l +++ b/files/test.l @@ -1,3 +1,5 @@ +(lambda (a b) (blah kajflkj foo bar)) + (define a 69) '(sn ,(+ a 1)) (define a 70) |