On Fri, Oct 28, 2016 at 2:12 PM, digxx <diger_d...@hotmail.com> wrote: > So an anonymous function I can write like this > > f=x->x^2 > > is it also possible to make an anonymous function out of this: > > function f(x) > > x^2 > > end
No. What are you trying to do?