Arc Forumnew | comments | leaders | submitlogin
1 point by Adlai 5434 days ago | link | parent

Multiple return values from a form are allocated on the stack, not on the heap. I don't 100% understand what that means, though...

One practical consequence is that you don't have to deal with later multiple values if you don't want to, but when values are returned as a list, you have to deal with them.