Concept Flow - Pipeline operator concept
Start with initial value
Apply first function
Pass result to next function
Apply next function
Final result after all functions
The pipeline operator passes the result of one expression as input to the next, chaining operations step-by-step.