5 lines
106 B
Plaintext
5 lines
106 B
Plaintext
;; EXPECT: <series[0]>
|
|
(do
|
|
(def btc-ma (pipe [btc [:Close]] (fn [c] (do {:ma c}))))
|
|
(.ma btc-ma)
|
|
) |