HelpWizard Pages ReferenceManual8 Smalltalk/en
Zur Navigation springen
Zur Suche springen
Reference Manual Smalltalk API (Environment)[Bearbeiten]
- self environmentAt: variableName
fetches the value of an expecco variable (as string in bridged code).
- self environmentAt: varName put: 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.