PKGNAME
Documentation for PKGNAME.
PKGNAME.PKGNAME
— ModuleThis module provides the greeting
function for generating greetings.
Examples
julia> greeting("Grant")
"Hello Grant"
PKGNAME.greeting
— Methodgreeting(name)
Construct a string for greeting the given name.
Examples
julia> greeting("Grant")
"Hello Grant"
julia> greeting(1)
"Hello 1"
Extensions
RandomExt.RandomExt
— ModuleThis module extends PKGNAME with functionality from Random.
PKGNAME.greeting
— Method