, Julia ( Stefan), docstrings , help?> docstring.
julia> """mytestfunction(a::Int, b)""" function mytestfunction(a::Int, b)
return true
docstring "mytestfunction (a:: Int, b)" mytestfunction(a::Int, b). , , " Julia" ( ? REPL), .
help?> mytestfunction
mytestfunction(a::Int, b)