Some characters and character sequences are of a special importance. These are so-called operation symbols, for example:
一部の文字と文字の並びは特別重要な意味を持っています。これらは、いわゆる演算子記号です。例えば:
1 2 3 4 5 6 | + - * / % symbols of arithmetic operations 算術演算の記号 && || symbols of logic operations 論理演算の記号 = += *= symbols of assignment operations 代入演算の記号 |
Operation symbols are used in expressions and have sense when appopriate operands are given them
演算子の記号が式で使用され、適切な演算対象の数値が与えられると意味を持ちます。
Punctuation marks are emphasized, as well. These are parentheses, braces, comma, colon, and semicolon.
句読点は重要視されます。同様に、丸括弧、中括弧、コンマ、コロン、およびセミコロンもです。
Operation symbols, punctuation marks, spaces are used to separate language elements from each other.
演算子記号、句読点マーク、スペースがお互いの言語要素を区切るために使用されます。