HelpWizard Pages ReferenceManual8/en
Version vom 5. März 2021, 13:11 Uhr von Cg (Diskussion | Beiträge) (→Reference Manual (Environment))
Reference Manual (Environment)[Bearbeiten]
[Java]
[Python]
[Node]
[C]
[Smalltalk builtin]
[JavaScript 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. Currently, only string-typed variables are supported in bridged code.