The identifiers listed below are fixed reserved words. A certain action is assigned to each of them, and they cannot be used for other purposes:
下記の識別子は、予約語に割り当てられています。 特定のアクションは、それらのそれぞれに割り当てられており、他の目的に使用はできません。
Examples:
例:
| Data types データ型 | Memory classes メモリクラス | Operators 演算子 | Other その他 |
|---|---|---|---|
| bool | extern | break | false |
| color | static | case | true |
| datetime | continue | ||
| double | default | ||
| int | else | ||
| string | for | ||
| void | if | ||
| return | |||
| switch | |||
| while |