lua-users home
lua-l archive

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


I'm sorry if this has been answered recently, but I have a kind of rookie question to make

What does '3D' means when used with '=' ?

If I recall correctly, I've recently seen this syntax:
>
> var =3D somevalue
>

How does that differ from
>
> var = somevalue
>
and which syntax is better / more commonly used?

Thanks in advance,
Aggelos Kolaitis