Talk:Smart Pascal
Appearance
This article has not yet been rated on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||
|
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;