FIXED: toplevel to use (newly renamed) read_from_chars/2

This commit is contained in:
Markus Triska
2022-01-18 01:12:47 +01:00
parent 413f797155
commit 6a610ac57d

View File

@@ -112,7 +112,7 @@ run_goals([g(Gs0)|Goals]) :-
( ends_with_dot(Gs0) -> Gs1 = Gs0
; append(Gs0, ".", Gs1)
),
read_term_from_chars(Gs1, Goal),
read_from_chars(Gs1, Goal),
( catch(
user:Goal,
Exception,