新しい記事を書く事で広告が消せます。
新しい記事を書く事で広告が消せます。
| 整数型 | Integer (int) | 12, 111, -956, 1007 |
| 真理値 | Boolean (bool) | 0, 1, Ture, false |
| 文字定数 | Literals (char) | line feed(\n), horizontal tab(\t), carriage return(\r), reverse slash(\\), single quote(\'), double quote(\"), hexadecimal ASCII-code(\xhh) |
| 文字列型 | Strings (string) | "This is a character string" |
| 浮動小数点数型 | Floating-point number (double) | 12.111, -956.1007 |
| 色指定 | Color (color) | C'0x00,0x00,0xFF', 0xFFFFFF |
| 日時 | Date and time (datetime) | D'1980.07.19 12:30:27', D'19.07.1980 12' |



