[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-kawa] [bug #36992] Values printing error
From: |
Per Bothner |
Subject: |
[Bug-kawa] [bug #36992] Values printing error |
Date: |
Fri, 17 Aug 2012 02:13:14 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.77 Safari/537.1 |
Follow-up Comment #3, bug #36992 (project kawa):
I figure printing:
(values X Y)
should print the same as printing X followed by printing Y.
Similarly evaluating on the command line (or in an eval):
X Y
first evaluates and print X, then evaluates and prints Y.
I figure this should be equivalent to evaluating (values X Y).
I.e.
(display (values X y))
should be the same as:
(display X) (display Y)
and of course
(display "per") (display "bothner")
should print
perbothner
without a small.
I.e. when printing string or chars, we assume any extra spaces are explicit.
However, when printing numbers it doesn't really make sense to just
concatenate them, so we add a space.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?36992>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/