This website requires JavaScript.
Explore
Help
Register
Sign In
UnflavoredMeson
/
monkey
Watch
1
Star
0
Fork
0
You've already forked monkey
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
aebbe43999803e0835ffd9ea4476254dccdc1cd4
monkey
/
internal
/
testdata
/
closures.monkey
Chuck Smith
244b71d245
Some checks failed
Build / build (push)
Failing after 5m26s
Details
Publish Image / publish (push)
Failing after 45s
Details
Test / build (push)
Failing after 5m54s
Details
refactor how repl works
2024-03-28 16:51:54 -04:00
2 lines
34 B
Plaintext
Raw
Blame
History
f := fn(x) { fn() { x + 1 } }
f(2)
Reference in New Issue
View Git Blame
Copy Permalink