PKGNAME

Documentation for PKGNAME.

PKGNAME.PKGNAMEModule

This module provides the greeting function for generating greetings.

Examples

julia> greeting("Grant")
"Hello Grant"
source
PKGNAME.greetingMethod
greeting(name)

Construct a string for greeting the given name.

Examples

julia> greeting("Grant")
"Hello Grant"
julia> greeting(1)
"Hello 1"
source

Extensions