some details
authorxchaos <xchaos@4bb87942-c103-4e5a-b51c-0ebff58f8515>
Sun, 27 Jan 2008 00:55:28 +0000 (00:55 +0000)
committerxchaos <xchaos@4bb87942-c103-4e5a-b51c-0ebff58f8515>
Sun, 27 Jan 2008 00:55:28 +0000 (00:55 +0000)
git-svn-id: https://dev.arachne.cz/repos/cll1h/trunk@42 4bb87942-c103-4e5a-b51c-0ebff58f8515

demos/advanced-hello-world.c
demos/arguments1.c

index 07a14b851a91763e7b8a46283dce1f3b48c2e8b7..4b0985900c707a45e1dd8e48ce1a2112039d8e57 100644 (file)
@@ -16,6 +16,7 @@ program
  OFS=":";
  print("We","can","customize","print");
  OFS="...";
+ EOL="<--\n";
  print("* MAYBE ?");
  repeat(4) print((MAYBE ? "Hello" : "Hi"), (MAYBE ? "world" : "friend"), (MAYBE ? "!" : "?"));
  print("* WHOKNOWS ?");
index a892c3a24eddfadb7269c44550f448315c814ba0..ae32e11fd85a0f41caeb019c51adf89f48b26ace 100644 (file)
@@ -17,7 +17,7 @@ program
     if (next_arg) then
     {
      echo("followed by: ",next_arg);
-     skip_one;
+     skip_next;
     }
     print("");
    }
This page took 0.20175 seconds and 4 git commands to generate.