lua-users home
lua-l archive

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


Ah, FORTRAN!

Robert

----- Original Message -----
> > Lua doesn't account for whitespace in it's grammar.
>
> Well, not exactly. If that was the case, we could replace that
> sentence:
>
> if test then break end
>
> with:
>
> iftestthenbreakend
>
>