Example

Example

Example Julia package repo.

Example.domath โ€” Method.
domath(x::Number)

Return x + 5.

source
Example.hello โ€” Method.
hello(who::String)

Return "Hello, who".

source