lua-users home
lua-l archive

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


> If the start character must be something unused in Lua, there are
> few alternatives among ASCII: #, $, |, &, ?, !, `.

Actually it can be a new token, as Tony suggested. For instance, Ada
uses the syntax <<label>>.


> Probably the best bets are # and $, since the other may better serve
> as operators in Lua 9.5 :-P :-)

Should << and >> be reserved for 9.5? :)

-- Roberto