# In the pipeline section this syntax is mentioned as the fall back syntax, but there is no explanation as to what this syntax do, so what does this syntax do
# Imagine that b is a function that returns a function. So you could expand it to: let func = b(1, 2) func(a)