10.5. Support call codeblock via function

cb(p1,p2,....) construction call memvar defined codeblock if function with name "cb" not exist.

cb := {|x1,x2|qout(x2,x2),"return value"}
? cb(1,2)