# Functions in Kotlin

DevFeed: [Functions in Kotlin](<https://devfeed.tech/articles/functions-in-kotlin-39334.md>)

Original publisher: [Read original article](<https://kt.academy/article/kfde-functions>)

Published: 2022-12-12T00:01:00Z

Content type: tutorial

Language: en

Sources: [Kt. Academy](<https://devfeed.tech/sources/kt-academy.md>)

Topics: [function](<https://devfeed.tech/topics/function.md>), [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Code](<https://devfeed.tech/topics/code.md>), [generics](<https://devfeed.tech/topics/generics.md>), [unit test](<https://devfeed.tech/topics/unit-test.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [functions](<https://devfeed.tech/tags/functions.md>), [generics](<https://devfeed.tech/tags/generics.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [parameter](<https://devfeed.tech/tags/parameter.md>), [syntax](<https://devfeed.tech/tags/syntax.md>), [unit-test](<https://devfeed.tech/tags/unit-test.md>), [workshop-learning-programming](<https://devfeed.tech/tags/workshop-learning-programming.md>)

## AI overview

A Kotlin tutorial explaining functions as core program building blocks, including function definitions and calls, naming conventions, parameters and return types, backticks for names, single-expression syntax, and inferred result types.

## Source excerpt

Learn about what functions can offer us in Kotlin.