1-- The setup section is executed before any other test
2module TSetup where
3
4-- $setup
5-- >>> x=11
6-- >>> y=22
7
8-- >>> x+y
9
10-- >>> x*y
11