Duck util-format.

This commit is contained in:
Dominik Pantůček 2023-07-06 18:36:05 +02:00
parent ea6aaceff5
commit d4657ad3b6
5 changed files with 33 additions and 21 deletions

View file

@ -125,20 +125,6 @@ Returns ```#t``` if both dictionaries contain the same keys and their
values are equal according to the provided ```equality?``` predicate
which defaults to ```equal?```.
### Format
(import util-format)
A simple module with less-common formatting functions.
(format-amount amt)
* ```amt``` - a number
Converts given number to a string with two-digit fractional
part. Should the fractional part be 0, it is replaced with the string
"--".
### Mail
(import util-mail)