• Number leading numbers:
    From v0.16 You are allowed to use item names like following:
      OBJECT xxx
        0:WORD,
        1:LONG,
        3:DOUBLE,
        0name:PTR TO CHAR,
        1name:PTR TO CHAR
    

    etc. Pay attention about usage of preprocessor feature a:=.b what is normally converted to a:=a.b this doesn't work if the item beginns with number!!!