pass
Does nothing with the input.
Synopsis
Description
The pass
operator relays the input without any modification. It exists
primarily for testing and debugging.
You can think of pass
as the "identity" operator.
Examples
Forward the input without any changes: