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.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21d274c6b7e3f27

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