|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T d
Length: 673 (0x2a1) Types: TextFile Names: »demo.web«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« └─⟦036c765ac⟧ └─⟦this⟧ »TeX3.0/TeXcontrib/knit/demo.web« └─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./tex82/TeXcontrib/knit/demo.web« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« └─⟦c58930e5c⟧ └─⟦this⟧ »TeX3.14/TeXcontrib/knit/demo.web«
% This is demo.web @* Demo. This is just a short example to demonstrate the KNIT and TWIST program. @p program demo(input,output); begin @<Write some output@> @<And some more@> @<And more lines@> end. @ This is the second module. @<Write some output@>== writeln('I am line1'); writeln('I am line2'); writeln('I am line3'); @ This is the third module. @<And some more@>= writeln('I am line4'); writeln('I am line5'); writeln('I am line6'); writeln('I am line7'); writeln('I am line8'); @ And this the last one. @<And more lines@>= writeln('I am line9'); writeln('I am line10'); writeln('I am line11'); writeln('I am line12');