From e91cd8804465d035fb231d06874a9e70c7e97f55 Mon Sep 17 00:00:00 2001 From: xchaos Date: Sun, 27 Jan 2008 00:55:28 +0000 Subject: [PATCH] some details git-svn-id: https://dev.arachne.cz/repos/cll1h/trunk@42 4bb87942-c103-4e5a-b51c-0ebff58f8515 --- demos/advanced-hello-world.c | 1 + demos/arguments1.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/demos/advanced-hello-world.c b/demos/advanced-hello-world.c index 07a14b8..4b09859 100644 --- a/demos/advanced-hello-world.c +++ b/demos/advanced-hello-world.c @@ -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 ?"); diff --git a/demos/arguments1.c b/demos/arguments1.c index a892c3a..ae32e11 100644 --- a/demos/arguments1.c +++ b/demos/arguments1.c @@ -17,7 +17,7 @@ program if (next_arg) then { echo("followed by: ",next_arg); - skip_one; + skip_next; } print(""); } -- 2.30.2