Is it possible to declare several methods in just one line,
like this:
Code: Select all
CLASS T3DOBJ
DATA aVertex
DATA aFaces
METHOD New() CONSTRUCTOR
METHOD AddVertex(), Paint()
// METHOD Paint()
ENDCLASS
this (Syntax error: parse error at ...)
Thanks, Roman