ushalow
[clean-tests.git] / old / documents / test.icl
1 module test
2
3 import iTasks
4 import iTasks.Extensions.Document
5
6 Start w = startEngine t w
7
8 t :: Task Document
9 t = enterInformation "bork" []
10 >>= viewInformation "doc" []