arcticfox:~/es (master) % echo $x
%dict(testfn => %closure(a=1;b=2)@ * {echo 'hello world'})
arcticfox:~/es (master) % $x(testfn)
hello world
arcticfox:~/es (master) % ./es
root handler: error $&parse yyparse: %dict(testfn => %closure(a=1;b=2)@ * {echo 'hello world'}):1: syntax error
arcticfox:~/es (master) %
To reproduce: