Lenguaje 4DComandos por temaInterrupcionesVersión: SiguienteInterrupcionesABORTASSERT ( expresionBool : Boolean {; textoMensaje : Text} )Asserted ( expresionBool : Boolean {; textoMensaje : Text} ) : BooleanFILTER EVENTGet assert enabled : BooleanLast errors : CollectionMethod called on error ( alcance : Integer ) : TextMethod called on event : TextON ERR CALL ( metodoError : Text {; alcance : Integer} )ON EVENT CALL ( metodoEvento : Text {; nombreProceso : Text} )SET ASSERT ENABLED ( aser : Boolean {; *} )throw ( errorCode : Integer {; description : Text} )throw ( errorObj : Object )