1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
This commit is contained in:
Calvin Rose 2018-03-16 15:58:11 -04:00
parent e3ba79428a
commit f5213e4064

View File

@ -89,7 +89,7 @@ are matched. If there are no matches, return nil."
(defmacro doc
"Shows documentation for the given symbol."
[sym]
(tuple doc* '_env sym))
(tuple doc* '_env (tuple 'quote sym)))
(def apply
(fn [f & args]