class IDL::Expression::Operation::Mod

def calculate(lop, rop)

def calculate(lop, rop)
  lop % rop
end