From 52f42bab713334ccdb86d678067c284311af282a Mon Sep 17 00:00:00 2001 From: "Daniel C. Sobral" Date: Sun, 28 Feb 1999 02:10:14 +0000 Subject: [PATCH] Make $ print different lines in, well, different lines. --- sys/boot/ficl/softwords/freebsd.fr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/boot/ficl/softwords/freebsd.fr b/sys/boot/ficl/softwords/freebsd.fr index 5cc004deda1d..6da771bffbe4 100644 --- a/sys/boot/ficl/softwords/freebsd.fr +++ b/sys/boot/ficl/softwords/freebsd.fr @@ -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