very nice -- thanks! ---- > I've just pushed up a patch which changes the behavior of awk code > blocks to assign variables on the command line, so the following now > work.
> #+begin_src awk :var a=2
> BEGIN{ print a; }
> #+end_src
> #+RESULTS:
> : 2
