An expression consists of one or more operands and operation characters. An expression can be written in several lines.
式には1つあるいはそれ以上の演算対象の数値と演算子から成り立ちます。式は複数の行で書くこともできます。
Examples:
例:
1 2 3 | a++; b = 10; x = (y * z) / (w + 2) + 127; |
An expression that ends with a semicolon (;) is an operator.
セミコロン(;)が終了式演算子です。