[REBOL] Is this a bug ([5 <])?
From: jan::skibinski::sympatico::ca at: 13-Nov-2002 12:05
Hi all, This works:>> [5 < ]== [5 <] But this does not:>> [5 <]** Syntax Error: Invalid tag -- < ** Near: (line 1) [5 <] Is this a bug? Jan P.S. In case anyone wonders why one would need such a strange looking block here is one example:>> drop-while pipe [#"d" > ] "abcdefgh"== "defgh"