Content deleted Content added
DarthKitty (talk | contribs) →Scheme: extract `g`, to align with other examples; print the results |
DarthKitty (talk | contribs) m →Elixir |
||
Line 255:
end
plus_three = fn(i) ->
g = Hof.twice(plus_three)
Line 269:
end
plus_three = fn(i) ->
g = twice.(plus_three)
|