[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua OS
- From: Dirk Laurie <dirk.laurie@...>
- Date: Tue, 24 Apr 2012 13:01:29 +0200
Op 24 april 2012 03:50 heeft Coda Highland <chighland@gmail.com> het
volgende geschreven:
>> for file in path.find{basedir="/usr", name=pattern} do
>> print file, fs.stat(file).size
>> end
>
> Er. I've been writing too much Python. I forgot the parentheses on print!
>
Ancient Python, you mean. Python 3.0 has joined Lua on this one:
http://docs.python.org/release/3.0.1/whatsnew/3.0.html
- References:
- Lua OS, sergei karhof
- Re: Lua OS, jyf
- Re: Lua OS, Alessandro Delgado
- Re: Lua OS, sergei karhof
- Re: Lua OS, Rena
- Re: Lua OS, Robert Klemme
- Re: Lua OS, Jay Carlson
- Re: Lua OS, Rena
- Re: Lua OS, Coda Highland
- Re: Lua OS, Coda Highland