go-fringe.go: Remove all of the `;' statement terminators.
[fringe] / dylan-fringe-exports.dylan
1 module: dylan-user
2
3 define library dylan-fringe
4 use dylan;
5 use streams;
6 use print;
7 use standard-io;
8 use format;
9 use format-out;
10 end;
11
12 define module dylan-fringe
13 use dylan;
14 use extensions;
15 use streams;
16 use print;
17 use standard-io;
18 use format;
19 use format-out;
20 end;