Enhanced version

This commit is contained in:
notoria
2020-05-01 16:46:31 +02:00
parent b911d2fda4
commit 6ae7ae0210
4 changed files with 14 additions and 6 deletions

View File

@@ -54,7 +54,8 @@ print_help(Args) :-
halt.
print_version(Args) :-
write('v0.8.120'), nl, % TODO: Something better is required here.
'$scryer_prolog_version'(Version),
write(Version), nl,
halt.
gather_goal(Type, Args0, Goals) :-