Skip to content

Instantly share code, notes, and snippets.

@zuchmanski
Created November 4, 2013 22:01
Show Gist options
  • Save zuchmanski/7309902 to your computer and use it in GitHub Desktop.
Save zuchmanski/7309902 to your computer and use it in GitHub Desktop.
definicja:
F = fun(X, Func) ->
tu kod piszesz
jak chcesz rekurencyjnie do siebie to robisz
Func()
end.
wywolanie factorial dla 100
F(100, F)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment