Explicit Application of Procedures
In Scheme, procedures are “first class (Scheme) objects” and can be manipulated as data, e.g., passed as arguments to other procedures.
They can be explicitly (as well as implicitly) applied.
; Implicit application of +
; Explicit application of +