Hallo Martin, Du schriebst am Wed, 6 Nov 2013 15:20:01 +0100:
> BTW are the address operators "@" and "^" OK? Or should they be keywords? > I don't think so. If you want to build a _Pascal_ compiler, you should keep the "^", as that's the traditional notation for pointer dereference. There's no such notation for a reference operator, except the Borland "@", but even they provided a functional notation in parallel, using the name "Addr ()". So these have some tradition with them as well. -- -- (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

