Interpreter myself = Interpreter.mySelf();
/*
* On doit être dans une section (pending{...})
*/
if(!myself.pendingMsg_HASQUEUE()){
throw new InterpreterException(StdErrors.Illegal_operation_outside_pending_section);
}
/*
* si ok, alors on postpose le message...