help(sin) is valid in Julia 0.3.11 but not in 0.4.0-rc1. (ERROR: UndefVarError: help not defined)
On Saturday, September 26, 2015 at 5:12:24 PM UTC+2, Daniel Carrera wrote: > > I usually use the `help` function: > > julia> help(sin) > > On Friday, 25 September 2015 15:55:14 UTC+2, Marcio Sales wrote: >> >> Hi, >> >> I have 2 silly (but could find the answer yet) questions about help. >> 1) Is there another way to see help text besides using "?" to change the >> shell mode? I use software like Juno that doesn't allow that. I know that >> methods(function) shows a function's methods, but I wonder if there's >> something simillar to show help..., as help() is not defined. >> >> 2) how can I write help text in a function that could be displayed in the >> same way? >> >> >
