Skip to content

Instantly share code, notes, and snippets.

View nielsAD's full-sized avatar

Niels AD nielsAD

View GitHub Profile
type
t = record abc: Boolean; end;
function a: array of array of Single;
begin
Result := [[1, 2, 3]];
end;
function t.b: array of array of Single;
begin