mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-05-01 11:29:25 +08:00
4 lines
56 B
ChaiScript
4 lines
56 B
ChaiScript
var addit = fun(x, y) { return x+y }
|
|
|
|
print(3.addit(4))
|