Browsing English (United Kingdom) translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and English (United Kingdom) guidelines.
1316 of 16 results
13.
Ren'Py does not have continue, break, or for statements. Continue and break statements can be replaced by jumps to labels placed before or after the while loop, respectively. The first example of a while loop, above, shows how a while loop can replace a for statement.
Ren'Py does not have continue, break, or for statements. Continue and break statements can be replaced by jumps to labels placed before or after the while loop, respectively. The first example of a while loop, above, shows how a while loop can replace a for statement.
Translated and reviewed by Stephan Woidowski
Located in ../../source/conditional.rst:84
14.
Pass Statement
Pass Statement
Translated and reviewed by Stephan Woidowski
Located in ../../source/conditional.rst:93
15.
The pass statement can be used when a block is required, but no statement is suitable. It does nothing.
The pass statement can be used when a block is required, but no statement is suitable. It does nothing.
Translated and reviewed by Stephan Woidowski
Located in ../../source/conditional.rst:95
16.
For example::
For example::
Translated and reviewed by Stephan Woidowski
Located in ../../source/conditional.rst:98
1316 of 16 results

This translation is managed by Launchpad's British English (En-GB) Translations, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Stephan Woidowski.