lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

@Filter


From: Jeff Kingston
Subject: @Filter
Date: Tue, 11 Oct 1994 08:21:19 +1000

Well, I don't think

        @IncludeTxt { @Sh{echo $TXTFILE} }

is going to do anything sensible.  Since @IncludeTxt has a @Filter
parameter, its right parameter gets piped through the filter
absolutely unchanged, i.e.

        @Sh{echo $TXTFILE}

(literally) gets piped into txt2lout.  A filtered parameter is
passed into the filter absolutely unchanged, it doesn't get
evaluated by Lout first (indeed, if it did, the result would
be a parse tree, not a piece of text).

Hope this helps.

Jeff.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]