preliminary work on version 0.7.1 - WARNING, HIGHLY UNSTABLE !
[svn/Cll1h/.git] / demos / arguments1.c
index accd50d89f2c7efdc6facad52ff21b646a7eeafc..6cd7bedb9c33136d31fe78218f05b2d76b9c5115 100644 (file)
@@ -10,7 +10,7 @@ program
  arguments
  {
   thisargument(ptr);
-  if(*ptr=='-')
+  if(*ptr=='-') then
   {
    printf("Command line switch: -%c ",ptr[1]);
    nextargument(ptr);   
This page took 0.132445 seconds and 4 git commands to generate.