summaryrefslogtreecommitdiff
path: root/web/knit/demo.ch2
blob: 07844284c5e3dfe13e2d02786d0427516c62ae0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% This is demo.ch2
@x
   writeln('I am line5');
@y
   writeln('I am line1 from changefile2');
@z
@x
   writeln('I am line10');
@y
   writeln('I am line2 from changefile2');
   writeln('I am line3 from changefile2');
@z