aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/tests/mixed-code.lingo
blob: 6f03e0b043ca606021cb12349b6726772e200a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
put "ONE"

on two
	put "TWO"
end two

put "THREE"

on four
	put "FOUR"
end FOUR

four
two