if (FALSE) {
x = mu(2000)
y = mu(5000)
sum(x, y)
### Mixing numeric and memuse objects will work, but the first one must be a
### memuse object.
sum(mu(10), 10) # This will work
sum(10, mu(10)) # This will not
}
Run the code above in your browser using DataLab