Hi. Tim Eilers wrote: > If i don't understand it wrong, they either _have_ to allow reserved > keywords later (or that example makes no sence) or to rewrite their > documentation. Or is "fopen" no reserved keyword? No, fopen is a function. Functions are not language keywords. Regards, Karsten