cleaned up code

trunk
Goren Barak 2024-01-03 23:24:08 -05:00
parent ec380f8a3a
commit 4132a68fb3
1 changed files with 1 additions and 2 deletions

View File

@ -141,8 +141,7 @@ impl<'a> Vm {
for item in &self.stack {
print!("{:?} ", item);
}
print!("<- TOP");
println!();
println!("<- TOP");
},
Some("data") => {
println!("{:?}", self.dictionary.data);