User scripts:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
OlderNewer