type MyObject = object ## This is shown as a description on the object x: int ## ## This is a very important integer ## it does integer things and stuff y: int ## ## This is also an important integer ## Though it does less stuff and things # I was wrong