`val tag: String = if (confirmed) "confirm" else “...
# getting-started
m
val tag: String = if (confirmed) "confirm" else “reject”