]> ocean-lang.org Git - ocean/commitdiff
oceani: use new slice syntax for argv argument.
authorNeilBrown <neil@brown.name>
Sat, 18 Dec 2021 03:34:16 +0000 (14:34 +1100)
committerNeilBrown <neil@brown.name>
Sat, 18 Dec 2021 07:36:58 +0000 (18:36 +1100)
Rather than "argv:[argc::]string", the argv parameter is now
  "argv:[]string"
This will be the syntax for general array references.

Signed-off-by: NeilBrown <neil@brown.name>

No differences found