cvsimport
[hcoop/zz_old/domtool2-proto.git] / tests / test.dtl
CommitLineData
e680130a 1extern val tweak : int -> [Root];
2
3extern val tickle : string -> A => Root;
4extern val tackle : [A];
5extern val twitch : int -> [A];
64014a03 6
e680130a 7tweak 42;
8Choice = 19;
9tickle "yourself" with
10 tackle;
11 tackle;
12 choice <- Choice;
13 twitch choice
14end