lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Jun 15, 2011 at 1:29 PM, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
> Some real contenders:
>
> 1) keep all as it is
> 2) change the indication of filenames in debug info and in LUA_INIT
> 3) ::label::
> 4) |name|
> 5) &name:
> 6) !name:

As others have mentioned, I like "label foo:"? It seems to follow
Lua's current standards on keywords and syntax.

-- 
- Patrick Donnelly