1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-31 15:43:01 +00:00

Fix comment macro arity #110

This commit is contained in:
Calvin Rose
2019-05-25 22:50:15 -04:00
parent 4c8dd4b96c
commit 698e89aba4
2 changed files with 7 additions and 1 deletions

View File

@@ -136,7 +136,7 @@
(defmacro comment
"Ignores the body of the comment."
[])
[&])
(defmacro if-not
"Shorthand for (if (not condition) else then)."