examples\type\type_object.ck
// in contrast to primitive types, we have 
// objects ( more later ).  These will display 
// a reference address when printed. 

Object obj;

<<<obj>>>;
home .. language .. program .. examples