class IDL::Expression::Operation::Div

def calculate(lop,rop); lop / rop; end

def calculate(lop,rop); lop / rop; end