
script -- payoff(s) / challenge(s) / game(s) / math(s) / plan(s) 
*
_
..
--
@
media
/ idea(s)
/ change(s)
/ theme(s)
?
[
:
/
]
_
education(s)
question(s)
moral(s)
rethoric(s)
an expression (typically a function) that can have free variables together with an environment that binds those variables (that "closes" the expression).
function callLater(paramA, paramB, paramC){ return (function(){ paramA[paramB] = paramC; }); } var functRef = callLater(elStyle, "display", "none"); hideMenu=setTimeout(functRef, 500);
closure(s) / script(s) / reference(s)