DictionnaireLe forumContacts

   Anglais
Google | Forvo | +
assert statementcontraintes
informat. оператор контроля (в языках программирования Ada 2012, X10)
micr. оператор assert (A Boolean statement used in a program to test a condition that, if the program is operating correctly, should always evaluate as true; otherwise the program will typically terminate with an appropriate error message. Assertions are used for debugging programs and for documenting how a program should operate)
progr. оператор подтверждения отсутствия ошибок (ssn); оператор контроля ошибок (в некоторых ЯВУ – логическое выражение (logical expression), вызывающее останов программы, если оно ложно. Такие операторы обычно присутствуют только в отладочных версиях программы (debug version) ssn)
techn. оператор контроля