143615Sdcs\ ** Copyright (c) 1998 Daniel C. Sobral <dcs@freebsd.org>
243615Sdcs\ ** All rights reserved.
343615Sdcs\ **
443615Sdcs\ ** Redistribution and use in source and binary forms, with or without
543615Sdcs\ ** modification, are permitted provided that the following conditions
643615Sdcs\ ** are met:
743615Sdcs\ ** 1. Redistributions of source code must retain the above copyright
843615Sdcs\ **    notice, this list of conditions and the following disclaimer.
943615Sdcs\ ** 2. Redistributions in binary form must reproduce the above copyright
1043615Sdcs\ **    notice, this list of conditions and the following disclaimer in the
1143615Sdcs\ **    documentation and/or other materials provided with the distribution.
1243615Sdcs\ **
1343615Sdcs\ ** THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1443615Sdcs\ ** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1543615Sdcs\ ** IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1643615Sdcs\ ** ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1743615Sdcs\ ** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1843615Sdcs\ ** DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1943615Sdcs\ ** OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2043615Sdcs\ ** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2143615Sdcs\ ** LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2243615Sdcs\ ** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2343615Sdcs\ ** SUCH DAMAGE.
2443615Sdcs\ **
2550477Speter\ ** $FreeBSD$
2643615Sdcs
2743615Sdcs\ Words for use in scripts:
2843615Sdcs\ % ignore errors here
2943615Sdcs\ $ echo this line
3043615Sdcs
3143615Sdcs: tib> source >in @ tuck over >in ! - >r + r> ;
3243615Sdcs: % tib> ['] evaluate catch drop ;
3344774Sdcs: $ tib> 2dup type cr evaluate ;
3443615Sdcs
3543615Sdcs\ ** E N D   F R E E B S D . F R
3643615Sdcs
37