5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
os:argv(V).
|
|
os:argv(["test1"|_]).
|
|
os:argv(["--"|_]).
|
|
os:argv(["test2"|_]).
|