I need to make a function to return True if a is a multiple of b, and false otherwise.
The thing is I can only use subtractions as this is an exercise on recursive.