We can also apply functions to the list in different ways. (filter odd? '(2 3 4 5 6)) ; => '(3 5). (map inc xx).
確定! 回上一頁