aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/director/lingo/lingo-gr.y13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/director/lingo/lingo-gr.y b/engines/director/lingo/lingo-gr.y
index 1ab88ee9ab..582ff5309f 100644
--- a/engines/director/lingo/lingo-gr.y
+++ b/engines/director/lingo/lingo-gr.y
@@ -185,6 +185,19 @@ gotomovie: tOF tMOVIE STRING { $$ = $3; }
| tTO tMOVIE STRING { $$ = $3; }
;
+// repeat while (expression = TRUE)
+// statements
+// end repeat
+//
+// repeat with index = start to end
+// statements
+// end repeat
+//
+// repeat with index = high down to low
+// statements
+// end repeat
+//
+
// macro
//
// Special Note The macro keyword is retained in Director 3.0 to maintain compatibility