colobot-data/help/cbot/R/return.txt

13 lines
377 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

\b;Инструкция \c;return\n;
Синтаксис:
\s;\c;void function ( )
\s;{
\s; return;
\s;}
\n;
С помощью этой функции вы можете немедленно выйти за пределы функции.
\t;Смотри также
\l;Программирование\u cbot;, \l;типы\u cbot\type; и \l;категории\u cbot\category;.