You can write
function (x)
# body
# goes
# here
endOn Fri, Oct 28, 2016 at 3:00 PM, Yichao Yu <[email protected]> wrote: > On Fri, Oct 28, 2016 at 2:59 PM, digxx <[email protected]> wrote: > > I didnt see it > > > > > f = function () > > end > > > > defines an anonymous function and assigns it to a variable f. >
