The main issue here (once we change "x" to x ) is that concat returns a lazy-seq , and lazy-seqs are invalid args to pop .
確定! 回上一頁