Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote or quoted:
> In <[EMAIL PROTECTED]>, Tim Tyler wrote:

> > Like C, Python seems to insist I declare functions before calling
> > them - rather than, say, scanning to the end of the current script
> > when it can't immediately find what function I'm referring to.
> 
> They don't have to be declared but to be *defined* in Python before you
> can call them. [...]

That makes three of you who have called me on my use of "declare".

AFAICT, I was using the standard dictionary definition of this word:

  http://dictionary.reference.com/search?q=declare

The term "declare" doesn't have the same meaning as the term "predeclare".
-- 
__________
 |im |yler  http://timtyler.org/  [EMAIL PROTECTED]  Remove lock to reply.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to