ona/debug/app.ona
kayomn 75ddf3f2bb
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Add line numbers to stack traces
2023-11-05 22:46:24 +00:00

23 lines
283 B
Plaintext

let test_param = "monkey wrench"
let printer = lambda (pfx):
@print(test_param)
return lambda (msg):
@print(pfx)
@print(msg)
end
end
let pr = printer("this is a final closure")
pr("goodbye")
return {
.title = "Game",
.width = 1280,
.height = 800,
.tick_rate = 60,
}