..
This commit is contained in:
@@ -306,16 +306,14 @@ pub fn print(wam: &mut Machine, result: EvalSession) {
|
|||||||
EvalSession::InitialQuerySuccess(alloc_locs, mut heap_locs) => {
|
EvalSession::InitialQuerySuccess(alloc_locs, mut heap_locs) => {
|
||||||
print!("true");
|
print!("true");
|
||||||
|
|
||||||
|
if !wam.or_stack_is_empty() {
|
||||||
|
print!(" ");
|
||||||
|
}
|
||||||
|
|
||||||
|
println!(".");
|
||||||
|
|
||||||
if heap_locs.is_empty() {
|
if heap_locs.is_empty() {
|
||||||
if !wam.or_stack_is_empty() {
|
|
||||||
print!(" ");
|
|
||||||
}
|
|
||||||
|
|
||||||
println!(".");
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
} else {
|
|
||||||
println!("");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
|
|||||||
Reference in New Issue
Block a user