binding - pannous/angle GitHub Wiki
symbol binding
blocks are data ready for evaluation, or delayed code
fun={x*y}
fun(x:2 y:3) == 6
Todo: what exactly is symbol binding and what is the Relationship with uncharged blocks
see function/operator keyword precedence