Removing accidental 1 insertion. Sorry paultag!
This commit is contained in:
parent
39bc7e0b97
commit
d5d05c1dba
@ -380,7 +380,7 @@ Let's take the classic:
|
|||||||
(loop (print (eval (read))))
|
(loop (print (eval (read))))
|
||||||
|
|
||||||
Rather then write it like that, we can write it as follows:
|
Rather then write it like that, we can write it as follows:
|
||||||
1
|
|
||||||
.. code-block:: clj
|
.. code-block:: clj
|
||||||
|
|
||||||
(-> (read) (eval) (print) (loop))
|
(-> (read) (eval) (print) (loop))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user