<' extend sys { run() is also { for each file (file_name) matching "f*.txt" { outf("Found file %s\n",file_name); for each line in file file_name { out (it); }; }; }; }; '>