minion/hello.mn
2022-06-14 23:54:35 +02:00

10 lines
94 B
Text

func: hello(string: x) = {
stdout: out = x
}
string: name
name = hej hopp
hello(name)