Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

local function vars not cleared on return #31

Open
infogulch opened this issue Feb 5, 2011 · 0 comments
Open

local function vars not cleared on return #31

infogulch opened this issue Feb 5, 2011 · 0 comments

Comments

@infogulch
Copy link

msgbox( func("abc") )  ;displays: abc
msgbox( func("def") )  ;displays: abcdef ;*should* display: def

func(a) {
    x .= a
    return x
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant