]> Repositorios git - scryer-prolog.git/commitdiff
indent plain false (#676)
authorMark Thom <[email protected]>
Mon, 4 Apr 2022 02:22:44 +0000 (20:22 -0600)
committerMark Thom <[email protected]>
Mon, 4 Apr 2022 02:35:11 +0000 (20:35 -0600)
src/toplevel.pl

index e9f45e0e7ac74d8466c3b3258e2dc58e8241ccc2..a86998249212d4ea96bb307d7d2a62f30c10e4e4 100644 (file)
@@ -184,6 +184,10 @@ submit_query_and_print_results_(Term, VarList) :-
     write_eqs_and_read_input(B, VarList),
     !.
 submit_query_and_print_results_(_, _) :-
+    (   bb_get('$first_answer', true) ->
+        write('   ')
+    ;   true
+    ),
     write('false.'),
     nl.