Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:
общая лексика
код возврата, код завершения
в программировании - код, возвращаемый подпрограммой (процедурой) в вызвавшую программу для оценки успешности выполнения операции
Смотрите также
общая лексика
код ошибки
код, возвращаемый программой или устройством, индицирующий ошибочное состояние или действие
Смотрите также
In computer programming, a return statement causes execution to leave the current subroutine and resume at the point in the code immediately after the instruction which called the subroutine, known as its return address. The return address is saved by the calling routine, today usually on the process's call stack or in a register. Return statements in many programming languages allow a function to specify a return value to be passed back to the code that called the function.