1
0
mirror of https://github.com/janet-lang/janet synced 2025-08-06 22:14:28 +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 (defmacro doc
"Shows documentation for the given symbol." "Shows documentation for the given symbol."
[sym] [sym]
(tuple doc* '_env sym)) (tuple doc* '_env (tuple 'quote sym)))
(def apply (def apply
(fn [f & args] (fn [f & args]