Re: string.gsub and its need for variables..
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: string.gsub and its need for variables..
- From: The Doctor <the_doctor@...>
- Date: 2004年8月29日 22:20:26 +0100
I overlooked this one..
Thankyou for that, it's a very good way to visualise it. It actually makes a lot of sense this way, but you see how it must appear without this?
One person's intuitiveness is often another's complete confuzzlement.
Eric Tetz <erictetz@gmail.com> wrote:
(29/08/2004 21:54)
>The brackets are just a shortcut syntax for this.
>
> first_ret_val = bar()
> print(first_ret_val)