Add Stmt::FnCall.
This commit is contained in:
@@ -72,7 +72,7 @@ fn test_max_operations_functions() -> Result<(), Box<EvalAltResult>> {
|
||||
fn inc(x) { x + 1 }
|
||||
let x = 0;
|
||||
|
||||
while x < 31 {
|
||||
while x < 36 {
|
||||
print(x);
|
||||
x = inc(x);
|
||||
}
|
||||
|
Reference in New Issue
Block a user