<@U0BHS1Y07>: The `invoke` operator is great for D...
# getting-started
r
@voddan: The
invoke
operator is great for DSLs. For example:
Copy code
label inside box {
    background = red
}
is perfectly valid Kotlin (I used something similar for the type safe CSS in #tornadofx).