guile-devel
[Top][All Lists]
Advanced

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

Re: Guile: What's wrong with this?


From: Mark H Weaver
Subject: Re: Guile: What's wrong with this?
Date: Wed, 04 Jan 2012 13:48:48 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Ian Price <address@hidden> writes:

> — Scheme Procedure: substring-fill! str start end fill
> — C Function: scm_substring_fill_x (str, start, end, fill)
>
>     Change every character in str between start and end to fill.
>
>               (define y "abcdefg")
>               (substring-fill! y 1 3 #\r)
>               y
>               ⇒ "arrdefg"
>
> So too does string-upcase!

Ugh, thanks for pointing this out!  Fixed.  Any others?

    Mark



reply via email to

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