Hi,
I don't think this is a new bug, but who knows, and anyway:
<hansl>
function scalar rc(void)
loop i=1..2
return i
endloop
end function
rc()
</hansl>
I get an error saying the function doesn't return the proper type.
If I replace "return i" with the two lines:
out = i
return out
then it works.
This is with the brand new 2016d.
Thanks,
sven