updated test results
[svn/Cll1h/.git] / demos / arguments1.c
index a892c3a24eddfadb7269c44550f448315c814ba0..609dcdde359621aae8757c72304dbc232933f3b1 100644 (file)
@@ -1,10 +1,10 @@
 #include "cll1.h"
 
-//try to run: ./arguments1 -x xxx yyyy -c cccc
+/* try to run: ./arguments1 -x xxx yyyy -c cccc */
 
 program
 {
Define_str(ptr);
def_str(ptr);
  
  if_args then
  {
@@ -17,7 +17,7 @@ program
     if (next_arg) then
     {
      echo("followed by: ",next_arg);
-     skip_one;
+     skip_next;
     }
     print("");
    }
This page took 0.122376 seconds and 4 git commands to generate.