Skip to content

Remove comma from method syntax

Roland Kovács requested to merge zen3ger/ion:method-syntax into master
  • Change method argument syntax from $method(input, arg1 arg2) to $method(input arg1 arg2).
  • Update example scripts to use new method syntax.
  • Update method syntax in manual.

Closes #823 (closed)

Merge request reports