Is it possible to declare several methods in just one line,
like this:
- Code: Select all Expand view
CLASS T3DOBJ
DATA aVertex
DATA aFaces
METHOD New() CONSTRUCTOR
METHOD AddVertex(), Paint()
// METHOD Paint()
ENDCLASS
At the moment, harbour compiler does not like
this (Syntax error: parse error at ...)
Thanks, Roman