On 10.10.2010 02:01, Alexander Klenin wrote: Built-in procedures?
This is a bad name. exit, break and continue don't really do things that one would expect from a procedure, they have more in common with things like raise and goto, they are control flow constructs, I associate a break or a continue really as an optional *part* of the while (repeat or for) loops, (a part of the construct *itself*) and an exit as an optional part of a function or procedure, in the very same way like an else belongs to an if or a raise belongs to a try/except/finally. "quasi keywords" "keyword-like words" Bernd -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
