Initial commit
This commit is contained in:
23
engines/director/lingo/tests/c2.lingo
Normal file
23
engines/director/lingo/tests/c2.lingo
Normal file
@@ -0,0 +1,23 @@
|
||||
-- This file is binary. Watch for 0xC2 symbol at the line ends
|
||||
|
||||
if the text of cast 1 <> the text of cast 2 then Â
|
||||
put "Hello"
|
||||
|
||||
if the text of cast 1 <> the text of cast 2 then Â
|
||||
put "Goodbye"
|
||||
|
||||
set the selStart to Â
|
||||
0
|
||||
|
||||
set the selStart to Â
|
||||
0
|
||||
|
||||
-- This comment is Â
|
||||
the continuationÂ
|
||||
of previous line
|
||||
|
||||
if the castNum of sprite 1 > the number of cast 2 then set the castNum of sprite 1 to the number of Â
|
||||
cast 1
|
||||
|
||||
put "HelloÂ
|
||||
World!"
|
||||
Reference in New Issue
Block a user