c***@gmail.com
2017-04-26 19:09:39 UTC
If I have a sequence of Oberon Commands, where the first receives its input from a marked text viewer, what is simplest way to chain the output of each Command to be the input of the next Command:
C0.a * C1.b C2.c ...
(Commands shown with no parameters)
Should this be rewritten so the previous command is the output filename parameter of the next command?
C0.a * C1.b <C0.a> C2.c <C1.b> ...
(Filename parameters shown with angle brackets, but the angle brackets are not really present, just here to differentiate parameter filename from previous Command of same name)
I don't want to explicitly mark a text viewer output so it is treated as input,
other than marking the input to the first Command.
I am assuming output text viewer gets named the same as the Command that opened it.
C0.a * C1.b C2.c ...
(Commands shown with no parameters)
Should this be rewritten so the previous command is the output filename parameter of the next command?
C0.a * C1.b <C0.a> C2.c <C1.b> ...
(Filename parameters shown with angle brackets, but the angle brackets are not really present, just here to differentiate parameter filename from previous Command of same name)
I don't want to explicitly mark a text viewer output so it is treated as input,
other than marking the input to the first Command.
I am assuming output text viewer gets named the same as the Command that opened it.