ion-docs
ion-docs copied to clipboard
WIP Rough draft illustrating use of semicolon as parameter separator.
DO NOT MERGE! For illustration only.
I updated most (if not all) of the examples in the spec to illustrate how separators work as a replacement for argument groups. I've used semicolons for both E-expressions and TL invocations, since this process convinced me that the inconsistent use of comma was too confusing.
One thing I'm still considering is whether we should use separators after ! and ? single-expression parameters. They aren't really needed there if we have a way to write "no value" for the latter case, and omitting them could avoid some verbiage. I'm not convinced, just considering. :-)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.