@@ -119,11 +119,7 @@ func (vm *VM) Run() error {
}
case code.OpPop:
// This makes things like this work:
// >> let x = 1; if (x == 1) { x = 2 }
if vm.sp > 0 {
vm.pop()
case code.OpTrue:
err := vm.push(True)
The note is not visible to the blocked user.