Re: Lexical environments
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lexical environments
- From: Tobias Kieslich <tobias@...>
- Date: Wed, 3 Feb 2010 11:41:02 -0800
On 2010年2月03日, pan shizhu wrote:
> Is there any serious programming language (except SQL) using "from" as
> a keyword?
Python:
from Module import function,class,...
-T