print version more readably, addressing #1868

This commit is contained in:
Markus Triska
2023-07-08 08:19:05 +02:00
parent 4db0b385f3
commit 6525c1f543

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) :-