In S06's Currying section, there are some strange looking examples:

    &textfrom := &substr.assuming(:str($text) :len(Inf));

    &textfrom := &substr.assuming:str($text):len(Inf);

    &woof ::= &bark:(Dog).assuming :pitch<low>;

Why is it allowed to omit comma between adverbial pairs, and even
omit parens around method call arguments?  Is .assuming a special form?

This is S06-specific; neither A06 nor E06 exhibits this syntax.

Thanks,
/Autrijus/

Attachment: pgpDDyLumBz2q.pgp
Description: PGP signature

Reply via email to