* contrib/hbide/edit.prg
+ Implemented: <Class Declaration> complete with class name.
CLASS abc .
OR
CREATE CLASS abc .
=>
CREATE CLASS abc .
DATA xDummy INIT NIL
METHOD new()
METHOD create()
ENDCLASS
METHOD new() CLASS abc
RETURN Self
METHOD create() CLASS abc
RETURN Self