add noexec operator to pass named functions to functions
This commit is contained in:
@@ -328,7 +328,6 @@ impl<R: BufRead> Tokenizer<R> {
|
||||
return;
|
||||
}
|
||||
};
|
||||
println!("{n} + {count}");
|
||||
|
||||
Op::FunctionDefine(n + count)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user