The reason is that {{(apply concat args)}} is not maximally lazy in its arguments, and indeed will realize the first four before returning the first item.
確定! 回上一頁