Implement setz

Raymon Zutekouw 4 years ago committed by Raymon Zutekouw
parent 5ce39f26fd
commit c59dc8fad4
No known key found for this signature in database
GPG Key ID: E62222846283925
  1. 2
      src/main.rs

@ -171,7 +171,7 @@ fn instruct(statement: Pair<Rule>, state: &mut State, out: &mut Builder) {
}
Rule::setz => {
println!("Set current variable to zero");
out.append("setz\n");
out.append("[-]");
}
Rule::getchr => {
println!("Reading char from user input into current variable");

Loading…
Cancel
Save