lua-users home
lua-l archive

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



> Is there a way to use !=, /= or <> as an alternative to ~= ?
> I am asking because the keyboard I am currently using does not have the
> tilde key.
> Thanks
>
I think the only way to do is to change the source code of the function llex in llex.c to recognize your substitution as TK_NE.