summaryrefslogtreecommitdiff
path: root/ipl/packs/euler/t11.eul
blob: 47d4f5742eed7060c73abed199e749539f6a44b8 (plain)
1
2
3
4
5
6
7
begin label L; new x;
   x<-@x;
L: out L;
   out 'x';
   out @x
end