Arc Forum
new
|
comments
|
leaders
|
submit
login
2 points
by
almkglor
6112 days ago |
link
|
parent
Another note: you can search through the docstrings by using (help "<string>"). Note that (help ...) differentiates by the quotes on the string. So
(help string)
returns the docstring for the function 'string, while
(help "string")
prints a list of functions whose docstrings contain "string".