Skip to content

When calling a function, it gets all variables from the higher scope #5

Description

@peter-lyons-kehl

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions