On Wed, Nov 23, 2016 at 07:19:05PM +0100, CILz wrote: > Alex, thanks for being so patient! I came up with this: > > (be p_read () > (^ @ (read)) ) > > which looks to work so far ;-). > > However I wonder if there is a way to catch and unify the read value to a > variable.
: (be read (@X)
(^ @X (read)) )
-> read
: (? (read @A))
(foo bar)
@A=(foo bar)
♪♫ Alex
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
