[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Adopting lua for game scripting
- From: Camilo Bravo Valdés <faranwath@...>
- Date: Mon, 24 Mar 2014 17:15:56 -0200
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