Welcome! Please see the About page for a little more info on how this works.
Clojure:
user=> (get "abc" -0.5) \a user=> (get "abc" -1) nil
ClojureScript:
cljs.user=> (get "abc" -0.5) "a" cljs.user=> (get "abc" -1) ""
Comment made by: mfikes
CLJS-3119.patch passes CI and Canary (/)