The Avail Programming Language

Method Name

The single name used when defining a method's implementations, grammatical restrictions, and semantic restrictions, and used when invoking the method. Use of a single name enables the compiler to recognize those elements as parts of a whole.

Grammar: 1+ Unicode characters, 0+ of which may be _ (pronounced "blank"). These blanks indicate argument positions.