master
CrossNox 3 years ago
parent ef189a9725
commit 4d8ba4bbc7
  1. 3
      src/rustint/core.clj

@ -2074,7 +2074,8 @@
(defn in?
"true if coll contains elm"
[coll elm]
(some #(= elm %) coll))
(boolean (some #(= elm %) coll))
)
(defn ya-declarado-localmente? [ident ctx]
(let [inicio_scope_local (last (get ctx 0)),

Loading…
Cancel
Save