Hi,
consider this:
<hansl>
function scalar hey(void)
matrix out = {3}
return out
end function
eval hey() # yields NA
</hansl>
I would expect a scalar return value of 3. Or alternatively, if
matrix-to-scalar retyping isn't supported in this context, then an error
when executing the function.
thanks
sven