Merge pull request #1869 from triska/master

print version more readably, addressing #1868
This commit is contained in:
Mark Thom
2023-07-08 01:24:04 -06:00
committed by GitHub

View File

@@ -83,7 +83,7 @@ print_help :-
print_version :-
'$scryer_prolog_version'(Version),
write(Version), nl,
maplist(put_char, Version), nl,
halt.
gather_goal(Type, Args0, Goals) :-