Question
Creating a unit for things like apples or foxes
What I want to do is do something like this:
Rate of apples on a yearly basis: rate_apples := 2,000,000 apples/year
Apples over 3 years: rate_apples * 3 years = 6,000,000 apples
Where it then calculates the total amount of apples for me using the unit I've defined.
But it seems I can only define a new unit in terms of SI-units.
Is there any workaround or tool I don't know of?

