#!/Users/joao/usr/bin/esh function mytest(){ for (i=0; i<20; ++i) { print(i); } }