abstract class $OPTION |
---|
**** | This abstraction encapsulates the notion of a program option
___argument._An_option_may_be_of_any_kind_for_which_an_external_textual ___representation_is_provided_and_suitable_for_reading. |
CPX | MONEY | BOOL | FLT | RAT | FIELD | INT | STR | CARD |
create( str : STR) : SAME ; |
---|
**** | This returns a new object which has been converted from the given
___textual_representation_string_using_the_default_repertoire_and_encoding. |