mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 19:19:53 +00:00
Update boot.janet
This commit is contained in:
parent
4cae7e6d5d
commit
e356b7141c
@ -3048,10 +3048,10 @@
|
||||
(print-index identity)))
|
||||
|
||||
(defmacro doc
|
||||
`Shows documentation for the given symbol, or can show a list of available bindings.
|
||||
If sym is a symbol, will look for documentation for that symbol. If sym is a string
|
||||
or is not provided, will show all lexical and dynamic bindings in the current environment with
|
||||
that prefix (all bindings will be shown if no prefix is given).`
|
||||
``Shows documentation for the given symbol, or can show a list of available bindings.
|
||||
If `sym` is a symbol, will look for documentation for that symbol. If `sym` is a string
|
||||
or is not provided, will show all lexical and dynamic bindings in the current environment
|
||||
containing that string (all bindings will be shown if no string is given).``
|
||||
[&opt sym]
|
||||
~(,doc* ',sym))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user