When running a function, it inherits all variables from the higher scope.
| Command |
Target |
Value |
| call |
outer |
variable='Hello' |
| function |
outer |
variable |
| call |
inner |
|
| endFunction |
|
|
| function |
inner |
|
| getEval |
LOG.warn( 'inner: variable: ${variable}' ) |
|
| endFunction |
|
|
Se IDE 2.5.0, SelBlocks 2.0.1.