From fc144c716c057da05713120c8464f7114093e98e Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 21 Jun 2016 11:21:42 +0200 Subject: DIRECTOR: Lingo: Documented 'repeat' control commands --- engines/director/lingo/lingo-gr.y | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- cgit v1.2.3