immutable class ENV_CHAR
****
This class implements punctuation characters as defined in the
___default_environment_repertoire_and_encoding.__It_offers_a_shorthand
___notation_for_the_commonly_used_punctuation_characters.

All of the features of this class return the character equivalent of
___the_default_library_character_code_of_the_same_name.
Apart from the first in the list which is a space, the remainder are punctuation marks.




Public


Features
Ampersand : CHAR
Apostrophe : CHAR
Asterisk : CHAR
At : CHAR
Caret : CHAR
Colon : CHAR
Comma : CHAR
Dollar : CHAR
Equal_Mark : CHAR
Exclamation : CHAR
Fullstop : CHAR
Grave_Accent : CHAR
Hyphen : CHAR
Left_Angle : CHAR
Left_Brace : CHAR
Left_Bracket : CHAR
Left_Parenthesis : CHAR
Line_Mark : STR
**** This final feature produces a line mark in the default
___culture_and_environment_which_is_a_string_as_some_OSs_use
___more_than_one_character!
Low_Line : CHAR
Nil_Name : STR
Number_Sign : CHAR
Percent : CHAR
Plus_Sign : CHAR
Question_Mark : CHAR
Quotation_Mark : CHAR
Reverse_Solidus : CHAR
Right_Angle : CHAR
Right_Brace : CHAR
Right_Bracket : CHAR
Right_Parenthesis : CHAR
Semicolon : CHAR
Solidus : CHAR
Space : CHAR
Tilde : CHAR
Vline : CHAR

The Sather Home Page