leaveScope

fun leaveScope()

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.