diff --git a/source/qscript/compiler/tokengen.d b/source/qscript/compiler/tokengen.d index 9cbf9ff..90ea47c 100644 --- a/source/qscript/compiler/tokengen.d +++ b/source/qscript/compiler/tokengen.d @@ -158,6 +158,7 @@ private TokenList separateTokens(string[] script){ lastToken = token.dup; return true; } + return false; } // unexpected strings get read as separate tokens if ((c == '\"' || c == '\'') && token[0] != c){