DRAFT
FunctionAsValueWithParentheses
Misconception:
To use a function f
as a value,
e.g., storing a reference to it in a variable or passing it to a higher-order function,
one needs to put parentheses after the name (thus, f()
).