aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2022-09-24 13:43:58 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-05 14:21:53 +0200
commit52a565296108e9406bd9ad2605f346d16fe34498 (patch)
tree59bf55447148ec35f40db521a6a67454f992bc73 /examples
parente6950bb8c053e0d6108ca0784b986254257f5f2f (diff)
Implement user defined functions with > 1 params
Diffstat (limited to 'examples')
-rw-r--r--examples/test.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/test.lisp b/examples/test.lisp
index d93a5f4..b41007d 100644
--- a/examples/test.lisp
+++ b/examples/test.lisp
@@ -8,3 +8,4 @@
;; "another \n\"string\""
;; (let id
;; (\[a] a))
+(\[x] (\[y] (sum2 x y))) \ No newline at end of file