Concept Flow - Infix functions in DSLs
Define infix function
Call function using infix syntax
Function executes with passed argument
Return or side effect
Use in DSL for readable code
Infix functions let you call functions without dots or parentheses, making DSL code look clean and readable.