Re: [OctDev] .Oct function inputs/outputs on several lines in script

2011-03-01 Thread GFotios
On Mar 1, 2011, at 12:20 PM, babelproofreader wrote: > > I have written a .oct function that has 20+ outputs and I would like > to know > if there is a way I can spread it over several lines in a script for > readability purposes, something like > > [a,b,c,d,e,... > f,g,h,i] = function(1,2,3,4,

[OctDev] .Oct function inputs/outputs on several lines in script

2011-03-01 Thread babelproofreader
I have written a .oct function that has 20+ outputs and I would like to know if there is a way I can spread it over several lines in a script for readability purposes, something like [a,b,c,d,e,... f,g,h,i] = function(1,2,3,4,5); -- View this message in context: http://old.nabble.com/.Oct-funct