diff options
Diffstat (limited to 'res/builtins.lisp')
-rw-r--r-- | res/builtins.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/builtins.lisp b/res/builtins.lisp index 4348e52..e355c2f 100644 --- a/res/builtins.lisp +++ b/res/builtins.lisp @@ -1,5 +1,6 @@ (defun comment (...) ((pure nil))) (comment "comment is a noop function for documentation") +(export comment) (comment "if! a strict version of a regular if, meaning it evaluates both the falsy and the truthy case, instead of only one.") |