Re: GET.E

new topic     » topic index » view thread      » older message » newer message

Jiri Babor wrote:
>Lewis Townsend just wrote:
>
>>Come on Jiri, we would still need the old one for the programs
>>already written that do stuff like this:
>>
>>puts (1, "There is ")
>>print (1, 365.25)
>>puts (1, " in a year.")
<snip>
>Lewis, how about
>
>puts(1, "There are 365.25 days in a year"),
>
>or if you really want to torture yourself
>
>x = 365.25
>printf(1, "There are %6.2f days in a year.", x)
>
>Are you serious?  jiri

Hey, let's be candid here; the decision is Rob's. While
I'd *prefer* to have print() changed, if he's just flat
not going to do it, I'd rather have a new routine than
nothing. His concern does have a sliver of validity
(i.e., printing sequences in their structural form), but
even if he decides to cling to that sliver, he could
STILL provide a form of the needed routine.


Rod Jackson

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu