fix silly mistake with echo function
This commit is contained in:
parent
2c5d64bc9c
commit
0c2faac9ce
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ pub fn get_echo() -> Function {
|
||||||
args: Args::Lazy(-1),
|
args: Args::Lazy(-1),
|
||||||
function: Operation::Internal(
|
function: Operation::Internal(
|
||||||
|a: Ast, _b: Rc<RefCell<VTable>>, _c: Rc<RefCell<FTable>>| -> Ctr {
|
|a: Ast, _b: Rc<RefCell<VTable>>, _c: Rc<RefCell<FTable>>| -> Ctr {
|
||||||
let mut string = String::from("echo");
|
let mut string = String::from("");
|
||||||
if !circuit(a, &mut |arg: &Ctr| {
|
if !circuit(a, &mut |arg: &Ctr| {
|
||||||
match arg {
|
match arg {
|
||||||
// should be a thing here
|
// should be a thing here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue