Created
November 4, 2013 22:01
-
-
Save zuchmanski/7309902 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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