Merge pull request #1869 from triska/master
print version more readably, addressing #1868
This commit is contained in:
@@ -83,7 +83,7 @@ print_help :-
|
|||||||
|
|
||||||
print_version :-
|
print_version :-
|
||||||
'$scryer_prolog_version'(Version),
|
'$scryer_prolog_version'(Version),
|
||||||
write(Version), nl,
|
maplist(put_char, Version), nl,
|
||||||
halt.
|
halt.
|
||||||
|
|
||||||
gather_goal(Type, Args0, Goals) :-
|
gather_goal(Type, Args0, Goals) :-
|
||||||
|
|||||||
Reference in New Issue
Block a user