Most types do not yet support comparison operations. To fix this, go into `vm/src/obj` and enrich builtin object types with orderable operators like `__gt__`, `__le__` etc..
Most types do not yet support comparison operations.
To fix this, go into
vm/src/objand enrich builtin object types with orderable operators like__gt__,__le__etc..