Implement setz

Raymon Zutekouw 4 years ago committed by Raymon Zutekouw
parent cbeed38a5b
commit 4fd1497e7b
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