Files
MycLib/Test/Scripts/pipe1.txt
T
Michael Schimmel d5d71afdaa Pipe testing
2025-12-26 17:20:00 +01:00

5 lines
106 B
Plaintext

;; EXPECT: <series[0]>
(do
(def btc-ma (pipe [btc [:Close]] (fn [c] (do {:ma c}))))
(.ma btc-ma)
)