lua-users home
lua-l archive

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


>From lua-l@tecgraf.puc-rio.br Wed Jul 21 01:05:20 1999
>From: Pablo Saldo <ec4pas@super.furg.br>

>Sorry, but I can't find references to _ALERT. 
>Where is it in the code?

_ALERT was introduced in 3.2.
See section 4.9 of the reference manual ("Error Handling").
The default implementation of _ALERT is in lbuiltin.c.
--lhf