lua-users home
lua-l archive

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


> Not passed by reference? And not passed by copy either?  I don't get it.
> Those are the only two options.  If its not a reference/pointer, and its not
> a copy of the value...then...what?

Not that this is particularly relevant, but those aren't the only two
options.  There are, for example, pass-by-name and
pass-by-value-result.  But those aren't particularly common these
days.

-- 
Zachary P. Landau <kapheine@gmail.com>