# assume it's correct for now, wait for runtime check
self.myType=TypeStruct("boolean")
return
raiseException("ERROR: Incompatible types. Left of {} type can't be used with right of {} type on operation {}".format(self.op,self.left.myType.name,self.right.myType.name))