changed the compiler to emit PUSH_NIL when the braced block is empty for if
This commit is contained in:
@ -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.
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user