2019 | OriginalPaper | Chapter
12. Back to Math: Functional Programming
Published in:
Learn Kotlin for Android Development
Abstract
If you look at the examples and exercises presented so far in this book you can see that we fluctuate between two styles of programming:
[statement1] // do something
[statement2] // do something
[statement3] // do something
…