just a quick question: what language feature of ko...
# ktor
w
just a quick question: what language feature of kotlin are being used here: install(Routing) { get("/") { call.respondText("Hello, World!") }
o
Side note, please use triple backticks to quote code
👍 1
w
Got it!
h
I guess that the syntax to specify the last parameter outside of () when it is a function https://kotlinlang.org/docs/reference/lambdas.html