Talk:User defined pipe and redirection operators: Difference between revisions

m
(→‎more ambitious than unix: my thoughts, sketched in python code)
Line 131:
for rec in self.code:
print >> file, rec
# some more subclass attributes requirerequired to actually call "code" by proxy #
 
def cat_code(args):