beta-0.89.2
[luatex.git] / source / texk / web2c / cftests / cftest.web
bloba49ba6a1947f9edc2d33f443441dbaf1f2ab4ef2
1 % This is not a real program, only to test if tangle works.
3 @* Introduction.
4 This is just a test.
6 @p program CF_test;
7 type @<Types in the outer block@>
9 @ @<Types...@>=
10 @!seven_bits=0..127; {seven-bit numbers, a subrange of the integers}
12 @* Main program.
14 @p begin write_ln('This is CFtest');
15 end.