literal phrase ⇒ (literal token ⇒ <character…|1>)
Source: /avail/Avail/Foundation/Literals
Categories: Unicode, Constructors
Construct a character literal from a literal string token of length one. This allows capture of characters like space and double quote (").
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | tokenPhrase | literal phrase ⇒ (literal token ⇒ <character…|1>) | A literal phrase holding a synthetic literal token whose value denotes the character. | |
Returns | literal phrase ⇒ character | The character literal. |
literal phrase ⇒ token
Source: /avail/Avail/Foundation/Literals
Categories: Unicode, Constructors
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | tokenPhrase | literal phrase ⇒ token | A literal phrase holding a synthetic literal token whose lexeme denotes the character. | |
Returns | literal phrase ⇒ character | The character literal. |