diff options
| author | mryouse | 2023-06-08 18:43:12 -0400 |
|---|---|---|
| committer | mryouse | 2023-06-08 18:43:12 -0400 |
| commit | a1a7eb31c2ded8e3f1f6ed205fc3c4c2fd5d67b5 (patch) | |
| tree | 75b5bbf5d34327f3ac636f7573b270751a1158ba /core.neb | |
| parent | 7fd1e81154ce4c0520118fff64e54390c8ffbbd9 (diff) | |
identity function
Diffstat (limited to 'core.neb')
| -rw-r--r-- | core.neb | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +; identity function +(func . (x) x) + ; math (func ++ (num) (+ num 1)) (func -- (num) (- num 1)) |
