summaryrefslogtreecommitdiff
path: root/web/knit/demo.ch1
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /web/knit/demo.ch1
Initial commit
Diffstat (limited to 'web/knit/demo.ch1')
-rw-r--r--web/knit/demo.ch113
1 files changed, 13 insertions, 0 deletions
diff --git a/web/knit/demo.ch1 b/web/knit/demo.ch1
new file mode 100644
index 0000000000..ccb55e36cc
--- /dev/null
+++ b/web/knit/demo.ch1
@@ -0,0 +1,13 @@
+% This is demo.ch1
+@x
+ writeln('I am line1');
+@y
+ writeln('I am line1 from changefile1');
+ writeln('I am line2 from changefile1');
+ writeln('I am line3 from changefile1');
+@z
+@x
+ writeln('I am line2');
+@y
+ writeln('I am line4 from changefile1');
+@z