Concept Flow - Extensions on built-in types
Start
Define extension function
Call extension on built-in type
Execute extension code
Return result
End
We define a new function for a built-in type, then call it like a normal method, and it runs the added code.