DIRECTOR: LINGO: Added test for 'return' without spaces

This commit is contained in:
Eugene Sandulenko 2020-01-13 01:17:47 +01:00
parent 657b049113
commit 88060db8e2

View File

@ -17,3 +17,5 @@ put "That is the last line of the file." & return & "Click Done to exit." && ret
if the key = Return then
dontPassEvent
end if
when keydown then if the key=return then set the stagecolor to random (256)