"If F is ... an inline function expression"

"If F is a FunctionBody is a user-defined function or an inline function 
expression"

F is a function, a value in the data model, a semantic thing.
An inline function expression is a syntactic thing.
You can't equate them.

Instead, you could say "an anonymous function". It isn't a defined term, but 
it's how the spec refers to the function created by an inline function 
expression.

-Michael

Received on Tuesday, 9 February 2016 07:42:43 UTC