This website requires JavaScript.
Explore
Help
Sign In
zongor
/
zongors-reality-engine
Watch
1
Star
0
Fork
You've already forked zongors-reality-engine
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
67a74f3417
zongors-reality-engine
/
test
/
bench
/
add.wren
7 lines
96 B
Plaintext
Raw
Blame
History
var add = Fn.new { |a, b|
return a + b
}
var sum = add.call(1, 1)
System.print(sum.toString)
Reference in New Issue
View Git Blame
Copy Permalink