From 4fcb43930fe506ea7837e958f2613a22e9f647a2 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 13 Sep 2007 03:43:20 +0000 Subject: mention print* --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 26073f9c..82be2768 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,10 @@ if you have been a user of the tapset/tools, so we can help you find another way. +- New families of printing functions println() and printd() have been added. + println() is like print() but adds a newline at the end; + printd() is like a sequence of print()s, with a specified field delimiter. + * What's new since version 0.5.14? - The way in which command line arguments for scripts are substituted has -- cgit