lua-users home
lua-l archive

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


On 3/24/14, Jeremy Ong <jeremycong@gmail.com> wrote:
> It's even better now.
>
> sel::tie(difference, greeting) = state["subtract_and_hello"](1, 3)
>
> Assuming state is an instance of sel::State.

OK, I need to take a look at the source code right away and steal --
ahem, borrow -- some ideas ;)

-- Camilo