The syntax: imagefiles if[] <my_mapper;foo=@strcat(filename,blah),otherparm=true,moreparams=false>; is rather noisy all on one line. A syntax change could be to express the above as: imagefiles if[] map my_mapper { foo = @strcat(filename,blah); otherparam = true; moreparams = false; }; --