The PSL logical operators assume for their operands that true is represented by 1 or a nonempty string. False is represented by 0 or an empty string. However, when PSL logical operators return results, they always use 1 for true and 0 for false.The below table lists the PSL logical operators.
| Operator | Definition |
| && | logical AND |
| || | logical OR |
| ! | logical negation(NOT) |

最低0.47元/天 解锁文章
175

被折叠的 条评论
为什么被折叠?



