Refer to the following data:
le(x, y) = Least of(x, y)
mo(x) = |x|
me(x, y) = maximum of(x, y)
Find the value of me(a + mo(le(a, b)); mo(a + me(mo(a), mo(b)), at $a = -2$ and $b = - 3$.