From 99fd50e40a7143bcdecf2e5ddf17fb519a5646b7 Mon Sep 17 00:00:00 2001 From: livecodeali Date: Tue, 6 Jun 2017 16:22:15 +0100 Subject: [PATCH] [[ Tutorial ]] Use for default placeholder in property wait does not allow empty ("") whereas does, and clearly "" is a useful default value for `wait until ... is changed` --- Toolset/palettes/tutorial/revtutorial.livecodescript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Toolset/palettes/tutorial/revtutorial.livecodescript b/Toolset/palettes/tutorial/revtutorial.livecodescript index fa6c0c027d..8c3de3b0ac 100644 --- a/Toolset/palettes/tutorial/revtutorial.livecodescript +++ b/Toolset/palettes/tutorial/revtutorial.livecodescript @@ -674,7 +674,7 @@ on revTutorialParseWait pTokens, @rData return empty end if - revTutorialParseSubexpression "the of is changed with default ", pTokens, tToken, tCondition + revTutorialParseSubexpression "the of is changed with default ", pTokens, tToken, tCondition if the result is empty then put "property" into rData["wait condition"]