mlt.nim 76 B

1234
  1. type Point* = ref object of RootObj
  2. proc `>`*(p1, p2: Point): bool = false