changed the compiler to emit PUSH_NIL when the braced block is empty for if

This commit is contained in:
hyunghwan.chung
2017-01-19 17:12:16 +00:00
parent 40ba50fc53
commit 002aa9a3f1
72 changed files with 16691 additions and 11110 deletions

View File

@ -138,6 +138,13 @@ class MyObject(Object)
}.
a dump.
(if (false) { 10 } else { 16rFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}) dump.
System logNl: 'DONE DONE DONE...'.
(if (false) {} else {1.} ) dump.
Processor sleepFor: 20.
}
}