lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
[BUG]Lua function args bug
From
: Linker <linker.m.lin@
...
>
Date
: Fri, 5 Dec 2008 15:50:59 +0800
function bind(f,...)
args={...}
print(f)
table.foreach(args,print)
end
bind(1,"2")
output:
1
1 2
I think the right behaivor is:
1
2
Regards,
Linker Lin
linker.m.lin@gmail.com
Follow-Ups
:
Re: [BUG]Lua function args bug
,
Linker
Prev by Date:
Re: concat for ropes
Next by Date:
Re: [BUG]Lua function args bug
Previous by thread:
How often is the Lua bugs page updated?
Next by thread:
Re: [BUG]Lua function args bug
Index(es):
Date
Thread