lua-users home
lua-l archive

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


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)