[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: This works... but is it guaranteed to?
- From: bil til <biltil52@...>
- Date: Mon, 3 Oct 2022 19:24:05 +0200
> if I call f.abc() where .abc does not exist,
Sorry, but a basic question from a Lua beginner, not in "Lua tricks
state" yet, sorry... . (and I do not really see how you can call this
solution approach "simple" :) ).
I assume, you do NOT have any access to f, e. g. f would be a module
loaded from some external source?
(as if you would have the table f defined INSIDE this lua file, then
it should be very straight forward just to add an additional function
f.abc(...)?)