maybe a keyword for lazy evaluation of function pa...
# announcements
c
maybe a keyword for lazy evaluation of function parameters would be a good idea? something like
inline fun require(condition: Boolean, lazy message: String)