Hallo Martin, Du schriebst am Fri, 8 Nov 2013 10:03:49 +0100:
> Arbitrary array indices probably will be removed. Wiki: > " > 14. Item index of strings and arrays is zero-based. Well - design decision. > 15. No arrays of arbitrary range, Incomplete language implementation. > type > arty = array[0..9] of snum32; > > becomes > > type > arty = array[10] of snum32; Urghh. > Martin This is not Pascal anymore then. Call it "MartiniC" or some such. -- -- (Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem) ----------------------------------------------------------- Mit freundlichen Grüßen, S. Schicktanz ----------------------------------------------------------- ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

