The answer file's expression returns the argument provided

Although the answer's file entry worked, it ignored the provided
argument. With this change it returns what was passed to it.  I branched
from master, I hope it can be merged it in.
master
Attila Domokos 11 years ago committed by Colin Jones
parent 68dcde939e
commit 660998a79d

@ -101,7 +101,7 @@
95
(range 20)
:a]
"___" [(fn [x] :foo)]}]
"___" [(fn [x] x)]}]
["11_sequence_comprehensions" {"__" [[0 1 2 3 4 5]
(* index index)

Loading…
Cancel
Save