And for slicing apart the other end of the sequence, we have take-last and drop-last : user=> (take-last 3 (range 10)) (7 8 9) user=> ...
確定! 回上一頁