max objectfile *~ times~; max objectfile >~ greaterthan~; max objectfile >=~ greaterthaneq~; max objectfile ==~ equals~; max objectfile <~ lessthan~; max objectfile <=~ lessthaneq~; max objectfile +~ plus~; max objectfile +=~ plusequals~; max objectfile %~ modulo~; max objectfile /~ div~; max objectfile !=~ notequals~; max objectfile !/~ rdiv~; max objectfile !-~ rminus~; max objectfile -~ minus~; max objectfile !=~ notequals~;