diff options
Diffstat (limited to 'src/boot.clj')
-rw-r--r-- | src/boot.clj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/boot.clj b/src/boot.clj index 3e82cea8..c711e27a 100644 --- a/src/boot.clj +++ b/src/boot.clj @@ -209,6 +209,9 @@ (defn pop [list] (. RT (pop list))) +(defn nth [coll index] + (. RT (nth coll index))) + ;;map stuff (defn contains [coll key] |