mirror of
https://github.com/janet-lang/janet
synced 2025-08-06 22:14:28 +00:00
fix doc
This commit is contained in:
parent
e3ba79428a
commit
f5213e4064
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user