On Thu, 22 Jul 2021, Sven Schreiber wrote:
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.
Since our general policy is to support inter-convertibility of 1x1
matrices and scalars so far as possible, I agree. You now get a return
value of 3 in git.
Allin