From 6ff4e96d584da5ceba8f5f4498dbab02b380fc3b Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 23 Dec 2019 22:51:11 +0100 Subject: DIRECTOR: LINGO: Added another test for 'return' constant --- engines/director/lingo/tests/strings.lingo | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines') diff --git a/engines/director/lingo/tests/strings.lingo b/engines/director/lingo/tests/strings.lingo index 052447351a..38f1e55142 100644 --- a/engines/director/lingo/tests/strings.lingo +++ b/engines/director/lingo/tests/strings.lingo @@ -13,3 +13,7 @@ else end if put "That is the last line of the file." & return & "Click Done to exit." && return && "foo" + +if the key = Return then + dontPassEvent +end if -- cgit v1.2.3