add some prolog flags, tabled strings
This commit is contained in:
@@ -50,7 +50,8 @@ impl MachineState {
|
||||
block: 0,
|
||||
ball: Ball::new(),
|
||||
interms: vec![Number::default(); 256],
|
||||
last_call: false
|
||||
last_call: false,
|
||||
flags: MachineFlags::default()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user