const obj = { thing: 42 }; const result = obj.thing; Ant.println(result);