[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 Wed, 03 Feb 2010, pan shizhu wrote:
> Is there any serious programming language (except SQL) using "from" as
> a keyword?
Python:
from Module import function,class,...
	-T