Skip to content
Snippets Groups Projects
Commit 6352e599 authored by Philipp Marek's avatar Philipp Marek
Browse files

Fix !23.

parent 49e82add
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ The THREAD-FIRST-P decides where to thread the FORMS, accumulating in ACC."
"Lines up FORMS elements as the first argument of their successor.
Example:
(thread-first
(line-up-first
5
(+ 20)
/
......@@ -37,7 +37,7 @@ threading."
"Lines up FORMS elements as the last argument of their successor.
Example:
(thread-last
(line-up-last
5
(+ 20)
/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment