From f3600dacea3e38cd541bf57076f8a7141987e10b Mon Sep 17 00:00:00 2001 From: nea Date: Wed, 9 Aug 2023 17:05:46 +0200 Subject: Add addition --- test/res/test.lisp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test') diff --git a/test/res/test.lisp b/test/res/test.lisp index f3d21d9..06e9f43 100644 --- a/test/res/test.lisp +++ b/test/res/test.lisp @@ -5,7 +5,4 @@ (debuglog a) (def helloworld (pure "hello world")) (debuglog helloworld (helloworld)) -(defun + () (seq - (debuglog "also multiplication") - (debuglog "addition"))) -(debuglog +) +(debuglog + (+ 1.2 15)) -- cgit