lua-users home
lua-l archive

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


> I'm sure that:
>   c=1; do function c() end; end print(c)
>   --> 1

This code never prints 1, it always prints  "function: 0xnnnn".