1*afc2ba1dSToomas Soome\ ** Copyright (c) 1998 Daniel C. Sobral <dcs@freebsd.org>
2*afc2ba1dSToomas Soome\ ** All rights reserved.
3*afc2ba1dSToomas Soome\ **
4*afc2ba1dSToomas Soome\ ** Redistribution and use in source and binary forms, with or without
5*afc2ba1dSToomas Soome\ ** modification, are permitted provided that the following conditions
6*afc2ba1dSToomas Soome\ ** are met:
7*afc2ba1dSToomas Soome\ ** 1. Redistributions of source code must retain the above copyright
8*afc2ba1dSToomas Soome\ **    notice, this list of conditions and the following disclaimer.
9*afc2ba1dSToomas Soome\ ** 2. Redistributions in binary form must reproduce the above copyright
10*afc2ba1dSToomas Soome\ **    notice, this list of conditions and the following disclaimer in the
11*afc2ba1dSToomas Soome\ **    documentation and/or other materials provided with the distribution.
12*afc2ba1dSToomas Soome\ **
13*afc2ba1dSToomas Soome\ ** THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14*afc2ba1dSToomas Soome\ ** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15*afc2ba1dSToomas Soome\ ** IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16*afc2ba1dSToomas Soome\ ** ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17*afc2ba1dSToomas Soome\ ** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18*afc2ba1dSToomas Soome\ ** DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19*afc2ba1dSToomas Soome\ ** OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20*afc2ba1dSToomas Soome\ ** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21*afc2ba1dSToomas Soome\ ** LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22*afc2ba1dSToomas Soome\ ** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23*afc2ba1dSToomas Soome\ ** SUCH DAMAGE.
24*afc2ba1dSToomas Soome\ **
25*afc2ba1dSToomas Soome\ ** $FreeBSD$
26*afc2ba1dSToomas Soome
27*afc2ba1dSToomas Soome\ Words for use in scripts:
28*afc2ba1dSToomas Soome\ % ignore errors here
29*afc2ba1dSToomas Soome\ $ echo this line
30*afc2ba1dSToomas Soome
31*afc2ba1dSToomas Soome: tib> source >in @ tuck over >in ! - >r + r> ;
32*afc2ba1dSToomas Soome: % tib> ['] evaluate catch drop ;
33*afc2ba1dSToomas Soome: $ tib> 2dup type cr evaluate ;
34*afc2ba1dSToomas Soome: ptov 0xa000 - ;
35*afc2ba1dSToomas Soome: vtop 0xa000 + ;
36*afc2ba1dSToomas Soome
37*afc2ba1dSToomas Soome\ ** E N D   F R E E B S D . F R
38