<' extend sys { run() is also { for each line in file "file.txt" { out (it); }; }; }; '>