.list -> .toList

Fix #248.
This commit is contained in:
Bob Nystrom
2015-04-03 11:22:34 -07:00
parent 563a090865
commit 75a3051fae
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ static const char* libSource =
" return result\n"
" }\n"
"\n"
" list {\n"
" toList {\n"
" var result = new List\n"
" for (element in this) {\n"
" result.add(element)\n"