seq causes a lazy sequence to realize its value, i.e. the (map prn ...) is evaluated. Now we need to take a look at the definition of map ; it ...
確定! 回上一頁