Concept Flow - Extension function syntax
Define extension function
Call extension function on object
Inside function: 'this' refers to object
Execute function body
Return result or Unit
End
Extension functions add new functions to existing types without changing their code. You define them, then call them on objects as if they were built-in.