diff --git a/program.own b/program.own index b94c859..bd365f0 100644 --- a/program.own +++ b/program.own @@ -217,4 +217,7 @@ def funcWithOptionalArgs(str, count = 5, prefix = "<", suffix = ">") = prefix + println funcWithOptionalArgs("*") println funcWithOptionalArgs("+", 2) -println funcWithOptionalArgs("*", 10, "