MyWorkflow.jl
  • Home
  • Example(日本語)
  • MyWorkflow.jl
  • WeaveSample
Version
  • MyWorkflow.jl
  • MyWorkflow.jl
Edit on GitHub

MyWorkflow.jl

MyWorkflow.MyWorkflow — Module
MyWorkflow

This is an example of Julia module. These docstrings can be seen on github

source
MyWorkflow.func — Method
func(x)

Returns double the numer x plus 1.

julia> func(2)
5
source
MyWorkflow.hello — Method
hello(msg::String)

print string Hello followed by msg

julia> MyWorkflow.hello("world")
"helloworld"
source
« Example(日本語)WeaveSample »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 0.27.7 on Saturday 2 October 2021. Using Julia version 1.5.4.