lua-users home
lua-l archive

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


> So, I guess the short version of my rambling is:
> 
> 1. please consider @ rather than <> in Lua 5.4 if you consider
> extending this someday in Lua > 5.4
> 2. please allow per-variable annotations in multi-variable
> declarations in Lua 5.4, no matter what syntax you end up choosing.

Maybe I missed the answer, but repeating Dibyendu's question: How
to reconcile a syntax that prefixes an entire local statement with
per-variable annotations?

-- Roberto