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? > >
