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.
716 of 47 results
7.
The variables are dynamically, rather than lexically, scoped.
The variables are dynamically, rather than lexically, scoped.
Translated and reviewed by Stephan Woidowski
Located in ../../source/label.rst:29
8.
Jump Statement
Jump Statement
Translated and reviewed by Stephan Woidowski
Located in ../../source/label.rst:34
9.
The jump statement is used to transfer control to the given label.
The jump statement is used to transfer control to the given label.
Translated and reviewed by Stephan Woidowski
Located in ../../source/label.rst:36
10.
If the ``expression`` keyword is present, the expression following it is evaluated, and the string so computed is used as the label name of the statement to jump to. If the ``expression`` keyword is not present, the label name of the statement to jump to must be explicitly given.
If the ``expression`` keyword is present, the expression following it is evaluated, and the string so computed is used as the label name of the statement to jump to. If the ``expression`` keyword is not present, the label name of the statement to jump to must be explicitly given.
Translated and reviewed by Stephan Woidowski
Located in ../../source/label.rst:38
11.
Unlike call, jump does not push the next statement onto a stack. As a result, there's no way to return to where you've jumped from. ::
Unlike call, jump does not push the next statement onto a stack. As a result, there's no way to return to where you've jumped from. ::
Translated and reviewed by Stephan Woidowski
Located in ../../source/label.rst:43
12.
Call Statement
Call Statement
Translated and reviewed by Stephan Woidowski
Located in ../../source/label.rst:55
13.
The call statement is used to transfer control to the given label. It also pushes the next statement onto the call stack, allowing the return statement to return control to the statement following the call.
The call statement is used to transfer control to the given label. It also pushes the next statement onto the call stack, allowing the return statement to return control to the statement following the call.
Translated and reviewed by Stephan Woidowski
Located in ../../source/label.rst:57
14.
If the ``expression`` keyword is present, the expression following it is evaluated, and the string so computed is used as the name of the label to call. If the ``expression`` keyword is not present, the name of the statement to call must be explicitly given.
If the ``expression`` keyword is present, the expression following it is evaluated, and the string so computed is used as the name of the label to call. If the ``expression`` keyword is not present, the name of the statement to call must be explicitly given.
Translated and reviewed by Stephan Woidowski
Located in ../../source/label.rst:61
15.
If the optional from clause is present, it has the effect of including a label statement with the given name as the statement immediately following the call statement. An explicit label helps to ensure that saved games with return stacks can return to the proper place when loaded on a changed script. ::
If the optional from clause is present, it has the effect of including a label statement with the given name as the statement immediately following the call statement. An explicit label helps to ensure that saved games with return stacks can return to the proper place when loaded on a changed script. ::
Translated and reviewed by Stephan Woidowski
Located in ../../source/label.rst:66
16.
The call statement may take arguments, which are processed as described in PEP 3102.
The call statement may take arguments, which are processed as described in PEP 3102.
Translated and reviewed by Stephan Woidowski
Located in ../../source/label.rst:88
716 of 47 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.