leave Scope
fun leaveScope()
Content copied to clipboard
Leave scope
Usually called when the end of a block of code is reached e.g. at the end of a if statement or function body. This sets the current scope to its parent scope.
Leave scope
Usually called when the end of a block of code is reached e.g. at the end of a if statement or function body. This sets the current scope to its parent scope.