summaryrefslogtreecommitdiff
path: root/web/knit/demo.ch1
blob: ccb55e36ccb71b36420f587dd1fd2f5b4fbfbcad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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