chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Printing Problem


From: Kon Lovett
Subject: Re: [Chicken-users] Printing Problem
Date: Fri, 14 Jul 2017 11:53:46 -0700


On Jul 14, 2017, at 11:46 AM, Daniel I Hong <address@hidden> wrote:

Hi all,

I just recently began using Chicken, and I ran into a problem when trying to write something to a file. Is there any function identical to 'write' from from the 'extras' unit, except it prints literal newlines (like how 'display' prints newlines) instead of '\n'? Or is there an easy way around this? Any help would be much appreciated. Thanks!


See



the print & printf procedures have, or can perform, like display.

BTW, write is part of R5RS (& earlier & later). You are probably thinking of one of the ‘write-…’ procedures from extras


Best,
Daniel
_______________________________________________
Chicken-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/chicken-users


reply via email to

[Prev in Thread] Current Thread [Next in Thread]