[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: Sun, 29 Aug 2004 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)