[Pas2js] pas2js 2.0.0 Release Candidate 5
warleyalex
warleyalex at yahoo.com.br
Sat Dec 5 21:54:53 CET 2020
...there is a long time I use pas2js, please implement these two features,
for God's sake.
--> multiline string literals or $INCLUDE syntax to include a file as a
string.
and
--> anonymous record type feature
type // define some record types, used as properties below
TSimpleJSONArray = record
F: String;
G: array of String;
H: record
H1: Integer;
H2: String;
H3: record
H3a: Boolean;
H3b: TSQLRawBlob;
end;
end;
I: TDateTime;
J: array of record
J1: Byte;
J2: TGUID;
J3: TRecordEnum;
end;
end;
regards,
warleyalex
--
Sent from: http://pas2js.38893.n8.nabble.com/
More information about the Pas2js
mailing list