lua-users home
lua-l archive

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


> Test with two errors:
> 
>     > do local <toclose> x='XX'; local <toclose> y='YY'  end
> 
>     stdin:1: err closing XX
> 
> No stack traceback. Is it normal?

I could not reproduce this. I get a traceback.

-- Roberto