Re: Python Newbie

2013-02-24 Thread J.R.
On 24/02/2013 23:03, Roy Smith wrote: In article , "J.R." wrote: PS.: JavaScript is a trademark, and the actual language name is specified as ECMAScript. The decision whether to call it JavaScript or ECMAScript really comes down to, "Do you want to be correct, or do you

Re: Python Newbie

2013-02-24 Thread J.R.
Variables are created when the execution scope is entered. A Block { } does not define a new execution scope. PS.: JavaScript is a trademark, and the actual language name is specified as ECMAScript. See <http://ecma-international.org/ecma-262/5.1/> -- Joao Rodrigues (J.R.) -- http://mail.python.org/mailman/listinfo/python-list