Concept Flow - @resultBuilder attribute
Start Function Call
Collect All Statements in Closure
Call buildBlock with All Components
buildBlock Joins Components
Return Final Result
Function Returns Built Result
The @resultBuilder attribute collects all statements in a closure and passes them as arguments to buildBlock in a single call, which combines them into one result.