mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
4 lines
76 B
Nim
4 lines
76 B
Nim
|
|
type Point* = ref object of RootObj
|
|
proc `>`*(p1, p2: Point): bool = false
|