|
From: | David Sanderson |
Subject: | Re: Parallel Cons Issue |
Date: | Thu, 06 Sep 2001 16:24:52 -0400 |
| Thoughts? A simple fix might be to have pcons transform | Command $cons <yadda yadda>, qq( | command1 | command2 | ... | commandN | ) into (command1) && (command2) && ... && (commandN) instead of command1 && command2 && ... && commandN if N > 1.
[Prev in Thread] | Current Thread | [Next in Thread] |