class IDL::Expression::Operation::Minus

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

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