From c1e418b225d4e8f8c99ec0b8514098951d2a1881 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Sat, 24 Oct 2020 15:28:04 +0300 Subject: gitlab doesn't like Org's links --- README.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.org b/README.org index 4ddaf56..5a23b66 100644 --- a/README.org +++ b/README.org @@ -100,7 +100,6 @@ Much like =if-let= and =when-let=, except tests expression for =nil=. #+end_src *** =into= -<> Clojure's =into= function implemented as macro, because Fennel has no runtime distinction between =[]= and ={}= tables, since Lua also doesn't feature this feature. However we can do this at compile time. @@ -169,7 +168,7 @@ Works mostly like in Clojure, but, since Fennel doesn't have list object, it ret ;; nil #+end_src -See [[into][into]] on how to transform such sequence back into associative table. +See =into= on how to transform such sequence back into associative table. *** =first= and =rest= =first= returns first value of a table. -- cgit v1.2.3