In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly explains the "detailed introduction of the VBScript operator". The content of the explanation in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "the detailed introduction of the VBScript operator".
VBScript has a complete set of operators, including arithmetic operators, comparison operators, join operators, and logical operators.
Operator precedence
When an expression contains multiple operators, each part is evaluated in a predetermined order, which is called operator precedence. You can use parentheses to cross this order of precedence and force some parts of the expression to be evaluated first. When operating, always execute the operators in parentheses before the operators outside the parentheses. However, the standard operator precedence is still followed in parentheses.
When an expression contains multiple operators, the arithmetic operator is evaluated first, then the comparison operator is evaluated, and finally the logical operator is evaluated. All comparison operators have the same priority, that is, the comparison operators are calculated from left to right. The precedence of arithmetic and logical operators is as follows:
Arithmetic operator comparison operator logical operator description symbol power ^ equal to logical non-Not negative sign-not equal to logical and And multiplication * less than logical exception or Xor division\ less than or equal to = logical implied Imp plus + object reference comparison Is minus-string concatenation &
When the multiplication sign and division sign appear in the same expression at the same time, the multiplication and division operators are calculated from left to right. Similarly, when addition and subtraction appear in the same expression at the same time, the addition and subtraction operators are calculated from left to right.
The string concatenation (&) operator is not an arithmetic operator, but it comes after all arithmetic operators and before all comparison operators in precedence order. The Is operator is an object reference comparison operator. It does not compare objects or their values, but simply checks to determine whether two object references refer to the same object.
Thank you for your reading. The above is the content of "detailed introduction of VBScript operator". After the study of this article, I believe you have a deeper understanding of the detailed introduction of VBScript operator, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.