26 May
2004
26 May
'04
1:17 a.m.
I noticed that the following FPC code (claimed to be BP compatible) is not accepted by GPC: function b:string; begin b[1] := ' ' end; Similarely FPC accepts: type a = record i, j : integer end; function b(i, j: integer) : a; begin b.i := i; b.j := j end; I do not know if we want to implement that feature, but (assuming it is really accepted by BP) we should list it as known incompatiblity. -- Waldek Hebisch hebisch@math.uni.wroc.pl
8118
Age (days ago)
8120
Last active (days ago)
9 comments
5 participants
participants (5)
-
CBFalconer -
Frank Heckenbach -
Prof A Olowofoyeku (The African Chief) -
Scott Moore -
Waldek Hebisch