pkg2 = {
onEnter => [
cout put:'start!'
],
onExit => [
cout put:'end!'
]
}.
x = a(x:5 y:2) + 5.
a + b().
a->b().
b = [ :x | cout put:'hello, {x}' ](:'John').