some work
[svn/Cll1h/.git] / demos / arguments1.c
index a892c3a24eddfadb7269c44550f448315c814ba0..f863b64008c5e1b2c7654cb1fd5d983a02a92887 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);
define_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.093465 seconds and 4 git commands to generate.