HelpWizard Pages ReferenceManual8/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 14: | Zeile 14: | ||
* '''environmentAt'''(''variableName'')<br>fetches the value of an expecco variable (as string in bridged code). |
* '''environmentAt'''(''variableName'')<br>fetches the value of an expecco variable (as string in bridged code). |
||
* '''environmentAtPut'''(''varName'', ''newValue'')<br>changes a variable's value. Fails (and aborts the action), if the variable is not writable, or if the value is not compatible to the variable's type. |
* '''environmentAtPut'''(''varName'', ''newValue'')<br>changes a variable's value. Fails (and aborts the action), if the variable is not writable, or if the value is not compatible to the variable's type.<br>Currently, only string-typed variables are supported in bridged code. |
||
:Currently, only string-typed variables are supported in bridged code. |
Version vom 8. März 2021, 17:26 Uhr
Reference Manual (Environment)[Bearbeiten]
[C]
[Java]
[Node]
[Python]
[JavaScript builtin]
[Smalltalk builtin]
- environmentAt(variableName)
fetches the value of an expecco variable (as string in bridged code).
- environmentAtPut(varName, newValue)
changes a variable's value. Fails (and aborts the action), if the variable is not writable, or if the value is not compatible to the variable's type.
Currently, only string-typed variables are supported in bridged code.