From robert.corbett@eng.sun.com  Wed Feb 28 09:36:02 2001
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by dkuug.dk (8.9.2/8.9.2) with ESMTP id JAA22092
	for <SC22WG5@dkuug.dk>; Wed, 28 Feb 2001 09:36:01 +0100 (CET)
	(envelope-from robert.corbett@eng.sun.com)
Received: from engmail2.Eng.Sun.COM ([129.146.1.25])
	by mercury.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id AAA24498
	for <SC22WG5@dkuug.dk>; Wed, 28 Feb 2001 00:35:59 -0800 (PST)
Received: from phys-mpkmaila (phys-mpkmaila.Eng.Sun.COM [129.146.1.131])
	by engmail2.Eng.Sun.COM (8.9.3+Sun/8.9.3/ENSMAIL,v2.1p1) with ESMTP id AAA25834
	for <SC22WG5@dkuug.dk>; Wed, 28 Feb 2001 00:35:59 -0800 (PST)
Received: from conversion-daemon.mpkmail.eng.sun.com by mpkmail.eng.sun.com
 (iPlanet Messaging Server 5.0 Patch 1 (built Nov  9 2000))
 id <0G9G00001KN7PR@mpkmail.eng.sun.com> for SC22WG5@dkuug.dk; Wed,
 28 Feb 2001 00:35:24 -0800 (PST)
Received: from lupa (lupa.Eng.Sun.COM [129.146.78.104])
 by mpkmail.eng.sun.com (iPlanet Messaging Server 5.0 Patch 1 (built Nov  9
 2000)) with SMTP id <0G9G0008JL6ZB8@mpkmail.eng.sun.com> for SC22WG5@dkuug.dk;
 Wed, 28 Feb 2001 00:35:23 -0800 (PST)
Date: Wed, 28 Feb 2001 00:35:54 -0800 (PST)
From: Robert Corbett <robert.corbett@eng.sun.com>
Subject: DECIMAL= and complex output
To: SC22WG5@dkuug.dk
Reply-to: Robert Corbett <robert.corbett@eng.sun.com>
Message-id: <0G9G0008KL6ZB8@mpkmail.eng.sun.com>
MIME-version: 1.0
X-Mailer: dtmail 1.2.1 CDE Version 1.2.1 SunOS 5.6 sun4u sparc
Content-type: TEXT/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-MD5: c73zairYKEV9I0tQyMGohA==

If DECIMAL='COMMA' is specified, complex values written using
list-directed or namelist output will have three commas.  For
example,

      PRINT 10, (1.0, 2.0)

will be written as

      (1,0,2,0)

While this output is unambiguous, it is likely to prove confusing
nonetheless.  J3 has ruled in the past that no blanks are allowed
in such cases.  I submit that

      (1,0, 2,0)

would be easier to read.  I suggest that J3 allow blanks after
commas when DECIMAL='COMMA' is in effect.

						Sincerely,
						Bob Corbett

