summaryrefslogtreecommitdiff
path: root/web/funnelAC/tests/hi01.fw
blob: 4c85c5949c05fa02bd209c0afc586410f99bfd50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HI01: This example demonstrates a problem with managing end of line markers.

@O@<hi01.out@>==@{
while the_walrus_is_sleepy do
   begin
   writeln('zzzzzzz');
   @<Wake up the walrus@>
   writeln('Umpharumpha...');
   end;
@}

@$@<Wake up the walrus@>==@{
wake_up_the_walrus(the_walrus);
@}