mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 01:06:54 +08:00
4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
var add_them = function(x, y) { x + y }
|
|
//print(add_them(3, 4))
|
|
print(7)
|