Arc Forumnew | comments | leaders | submitlogin
2 points by almkglor 6057 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".