orelse

  • na.不然
  • 网络否则;或;要不然

orelseorelse

orelse

否则

高中英语A-Z常见词组大全(4)【贵 州 学 习 网】 ... oneanother 相互 orelse 否则,要不然 orso 大约,左右 ...

关键字 (Visual Basic) ... 没有 nothing OrElse 重写 ParamArray ...

要不然

要字的解释---在线新华字典 ... 要不得〖 benogood;intolerable;objectionable〗 要不然orelse〗 要不是〖 butfor;ifitwerenotfor …

再不

再度_百度百科 ... 再版〖 secondedition〗 再不orelse〗 再次〖 oncemore;onceagain〗 ...

1
The logical operators AndAlso and OrElse exhibit behavior known as short-circuiting. 逻辑运算符AndAlso和OrElse表现称为“短路”的行为。
2
The OrElse Operator performs short-circuiting, which means that if expression1 is True, then expression2 is not evaluated. OrElse运算符执行“短路”,它表示,如果expression1为True,则不计算expression2。
3
You cannot call IsTrue explicitly in your code, but the Visual Basic compiler can use it to generate code from OrElse clauses. 您不能在代码中显式调用IsTrue,但VisualBasic编译器可以使用它从OrElse子句生成代码。