Skip to content

Commit

Permalink
DIRECTOR: Lingo: Suport multiple one-line 'else if' statements
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Aug 3, 2016
1 parent bfe252e commit 336f0be
Show file tree
Hide file tree
Showing 4 changed files with 343 additions and 337 deletions.
1 change: 1 addition & 0 deletions engines/director/director.cpp
Expand Up @@ -115,6 +115,7 @@ Common::Error DirectorEngine::run() {
repeat with x = 1 to 5\n\
if x = 3 then put 30\n\
else if x = 4 then put 40\n\
else if x = 5 then put 50\n\
else put 10.0\n\
if x = 1 then\n\
put 1\n\
Expand Down

0 comments on commit 336f0be

Please sign in to comment.