Talk:Smart Pascal

Latest comment: 5 years ago by 79.212.60.194 in topic Untitled

Untitled edit

Some of the features distinguishing it from object pascal are no longer completely valid:

1. since XE7 Delphi has some array functions like adding arrays (= concatenating them) 2. class vars do exist since quite q while now as well:

type

 TMyClass = class
 public
   class var NumOfInstances : Integer;
 end;

--79.212.60.194 (talk) 20:47, 26 October 2018 (UTC)Reply