The primitive Data Types available in ESPL1000 are used similar to those available in C, and are a subset of those.
float f = 3.14159;
char c = 'k';
bool x = true;
uint16 x; x = 0x0ffb x = 0b01000101