diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/director/lingo/tests/loops.lingo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/lingo/tests/loops.lingo b/engines/director/lingo/tests/loops.lingo index 0c7592a12a..e4c5ccefc5 100644 --- a/engines/director/lingo/tests/loops.lingo +++ b/engines/director/lingo/tests/loops.lingo @@ -1,5 +1,5 @@ set x = 5 -if x <= 5 then set x = 6 end if +if x <= 5 then set x = 6 if (x = 5) then set x = 7 -- this is comment else |