On Tue, Jan 12, 2010 at 1:30 AM, Alexander Klenin <[email protected]> wrote: > > 1) Proposed syntax seems somewhat suboptimal. Historically, Pascal > used redundancy and keywords to minimize the chance of errors and > make diagnostics easier. In that spirit, I think some active indication > of arbitrary upper bound is preferable to a mere omission: > > IDECommandStrs: array[0..*] of TIdentMapEntry = ( > IDECommandStrs: array[0..auto] of TIdentMapEntry = ( > IDECommandStrs: array[0..end] of TIdentMapEntry = (
IDECommandStrs: array[0..var] of TIdentMapEntry ? var - stands for "variable number of elements" thanks, dmitry -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
