Jump to content

Talk:Smart Pascal

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Jlwoodwa (talk | contribs) at 17:00, 21 March 2024 (untitled). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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]