4 lines
57 B
Prolog
4 lines
57 B
Prolog
|
|
:-
|
||
|
|
current_prolog_flag(argv, Args),
|
||
|
|
write(Args).
|