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