Add support for functions up to arity 6
This commit is contained in:
5
examples/function_decl3.rhai
Normal file
5
examples/function_decl3.rhai
Normal file
@@ -0,0 +1,5 @@
|
||||
fn f(a, b, c, d, e, f) {
|
||||
a - b * c - d * e - f
|
||||
}
|
||||
|
||||
print(f(100, 5, 2, 9, 6, 32))
|
Reference in New Issue
Block a user