lua-users home
lua-l archive

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


On 26 April 2018 at 14:41, dyngeccetor8 <dyngeccetor8@disroot.org> wrote:
>
> So it's impossible to modify existing fields?
>
> Say if implement mentioned "Point" as a class, there will be no sense
> in method (Point:moveTo(x, y)) ?

That's what immutable means.