Writing Functions kotlin fun greet(name: String): String { return "Hello, $name" } Default arguments. Named arguments. Single-expression functions.