Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Talk:Smart Pascal

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 7 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