User defined pipe and redirection operators: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: factored out mainlist)
Line 740: Line 740:
Konrad Zuse German pioneer of hardware and software
Konrad Zuse German pioneer of hardware and software
"""
"""
setd("List_of_computer_scientists.lst",lcs_txt,fs)
mainlist = "List_of_computer_scientists.lst"
setd(mainlist,lcs_txt,fs)
toName("aa", grep(tee(sort_unique(multireader({pipe_head(fromName("List_of_computer_scientists.lst"), 4),
toName("aa", grep(tee(sort_unique(multireader({pipe_head(fromName(mainlist), 4),
tee(grep(fromName("List_of_computer_scientists.lst"), "ALGOL"),
tee(grep(fromName(mainlist), "ALGOL"),
"ALGOL_pioneers.lst"),
"ALGOL_pioneers.lst"),
pipe_tail(fromName("List_of_computer_scientists.lst"), 4)})),
pipe_tail(fromName(mainlist), 4)})),
"the_important_scientists.lst"),
"the_important_scientists.lst"),
"aa"))
"aa"))