fixed a bug where while condition was compiling as statement

This commit is contained in:
satyr
2010-10-11 20:29:08 +09:00
parent e89d7a7756
commit 9c55bd59a1
3 changed files with 6 additions and 2 deletions

View File

@@ -47,3 +47,7 @@ loop
list.push i * 2
ok list.join(' ') is '8 6 4 2'
#759: `if` within `while` condition
2 while if 1 then 0