From 52a565296108e9406bd9ad2605f346d16fe34498 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 24 Sep 2022 13:43:58 +0300 Subject: Implement user defined functions with > 1 params --- examples/test.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/test.lisp') 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 -- cgit v1.3