Hi Fu-gangqiang,

On Mon 10 Jan 2011 12:56, Fu-gangqiang <[email protected]> writes:

> (format #t "~5,,,'xf" 12345) -| 12345
> (format #t "~4,,,'xf" 12345) -| xxxx           <- bug

> but i got like this:

> scheme@(guile-user)> (format #f "~5,,,'xf" 12345)
>
> "xxxxx"
>
> scheme@(guile-user)> (format #f "~6,,,'xf" 12345)
> "12345."

Indeed, the documentation was wrong.  Fixed.

Thanks for the report!

Andy
-- 
http://wingolog.org/

Reply via email to