lua-users home
lua-l archive

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


> [...] Also it would be better if there was a prefix for the
> source string case as well because then the first character would always be
> a marker and there would be no possibility of ambiguity.

There is no possibility of ambiguity, because a string source cannot
start with '@' or '='. (Well, except when reporting a gross syntax
error...)

-- Roberto