Re: Function naming: Problems and proposed solution

> serialize($x, method: 'json', indent: true())

Reads well. I assume the space after the colon would need to be made
mandatory, as the following expression is syntactically valid:

  declare namespace method = 'xyz';
  serialize(1, method:path-with-single-step)

Received on Wednesday, 2 December 2020 11:30:24 UTC