9 lines
95 B
Text
9 lines
95 B
Text
def main [] {
|
|
somefunc "foo"
|
|
}
|
|
|
|
def somefunc [
|
|
somearg: unknown_type
|
|
] {
|
|
echo $somearg
|
|
}
|