aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/tests/macros2.lingo
blob: b587ae421c4e9d12411db3a66acabb18077ebd67 (plain)
1
2
3
4
5
6
7
8
9
10
11
check(2, 3)
global x, y
set y = 8
shipx
put x
zipx
put x
put y
check(1, 2, 3)
check 4, 5, 6
check 7, 8