Comment 1 for bug 1810257

Revision history for this message
Stas Boukarev (stassats) wrote :

Without RETURN it will return NIL, and not the values returned by the function. Tail call optimization can only return the values from the called function.