3 //try to run: ./arguments2 -f reload yyyy -?
12 print("This is just help!");
13 else if_arg ("-f") then
17 print("Forced argument: ",next_arg
);
22 print("Normal argument: ",this_arg
);
26 print("Bleeeeh, no arguments supplied... :-(");
This page took 0.831979 seconds and 5 git commands to generate.