Make $ print different lines in, well, different lines.

This commit is contained in:
Daniel C. Sobral 1999-02-28 02:10:14 +00:00
parent 0e3cdf2cf8
commit 52f42bab71
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
\ ** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ ** SUCH DAMAGE.
\ **
\ ** $Id: freebsd.fr,v 1.1 1999/02/04 16:19:22 root Exp root $
\ ** $Id: freebsd.fr,v 1.1 1999/02/04 17:13:49 dcs Exp $
\ Words for use in scripts:
\ % ignore errors here
@ -30,7 +30,7 @@
: tib> source >in @ tuck over >in ! - >r + r> ;
: % tib> ['] evaluate catch drop ;
: $ tib> 2dup type ['] evaluate catch throw ;
: $ tib> 2dup type cr ['] evaluate catch throw ;
\ ** E N D F R E E B S D . F R