# Primitive Types
| identifier | description | more info |
|-------------|---------------------------------------|-------------------|
| object | base for all primitives | [more](#Object) |
| int | 32 bit signed int | [more](#Int) |
| double | double precison floating point number | [more](#Double) |
### Object
### Int
### Double