-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REPL helpmode for "=" returns error #29282
Comments
Docs for |
Would that I were competent to do so myself. I'll just also note that it seems like the parsing issue lies with |
Right, thats why some things are documented using the Lines 29 to 37 in 6fa3e45
So this work: julia> import Base.BaseDocs.@kw_str
julia> """
=
Assignment operator.
"""
kw"="
help?> =
search: => == === >= <= != !==
=
Assignment operator. |
Ah, great. Then I'll at least draft a doc. |
Looking at
basedocs.jl
, it seems like there isn't actually a docstring for=
, so maybe parsing it isn't important. OTOH at least one user (me) has thought this would be the quick way to get answers about how=
works in Julia.The text was updated successfully, but these errors were encountered: