Initial commit
This commit is contained in:
14
engines/director/lingo/tests/mixed-code.lingo
Normal file
14
engines/director/lingo/tests/mixed-code.lingo
Normal file
@@ -0,0 +1,14 @@
|
||||
put "ONE"
|
||||
|
||||
on two
|
||||
put "TWO"
|
||||
end two
|
||||
|
||||
put "THREE"
|
||||
|
||||
on four
|
||||
put "FOUR"
|
||||
end FOUR
|
||||
|
||||
four
|
||||
two
|
||||
Reference in New Issue
Block a user