On Sat, Oct 11, 2003 at 05:33:31PM +0200, Andreas Metzler wrote:
> foo | scan as user foo
> foo:true | scan as user foo, return success
> foo:(string != true) | scan as user foo, return success[1]
correction:
foo:(string != true) | scan as user foo.
[...]
> [1] Should return an error but afaict currently exiscan just ignores
> any second argument != true. Minimizes breakage.
... to match the footnote.