From professional translators, enterprises, web pages and freely available translation repositories.
endif
endif
Last Update: 2018-02-21
Usage Frequency: 4
Quality:
#endif return (0);
} while (iresult > 0);
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
#endif /** *themaphasstarted. */
// ----------------------------------------
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
if condition=true then statement block [elseif condition=true then] statement block [else] statement block endif\<br/\>instead of else if you can write elseif, instead of end if you can write endif.
if условие=true then участок_кода [elseif условие=true then] участок_кода [else] участок_кода end if\<br/\> Вместо else if можно писать elseif, вместо end if – endif.