alhirzel opened this issue 5 years ago · 2 comments
The following raises an error:
using Caching """ multiplies by 2 """ @cache function mul2(x) 2x end
Thanks, good point, fixed ;)
Thank you!!