Skip to content

Instantly share code, notes, and snippets.

@ethe
Created December 9, 2019 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethe/b489d96e6e92ba5e1726a990d909ce73 to your computer and use it in GitHub Desktop.
Save ethe/b489d96e6e92ba5e1726a990d909ce73 to your computer and use it in GitHub Desktop.
function f()
cnt = 1
function add()
cnt += 1
cnt
end
end
a = f()
println(a())
println(a())
println(a())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment