let

open fun <T> let(name: String, value: Expression<*>, expression: Expression<T>): Expression<T>

Binds expressions to named variables, which can then be referenced in the result expression using var.