我有一些代码目前给我一个错误,因为recur 只能在尾部位置。这是功能: (defmethod transposer Long [scale degree] (loop [new-scale scale count degree] (cond ...
確定! 回上一頁