Make join() require parentheses without a separator.

This commit is contained in:
Bob Nystrom
2015-09-16 07:15:48 -07:00
parent efceee4320
commit 251752fcfb
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ static const char* coreModuleSource =
" return result\n"
" }\n"
"\n"
" join { join(\"\") }\n"
" join() { join(\"\") }\n"
"\n"
" join(sep) {\n"
" var first = true\n"