# Value --- ```text Value[[] TYPE; ID; KPL_CLASS] ``` ## Type Body Object Definitions ```c typedef struct { kpl_ptr type; int32_t id; kpl_class *class; } kpl_type_body_value; ```