mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/scm/printing/number-to-words.scm: make a guile module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5593 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
93c68d14c1
commit
1741097b61
@ -6,7 +6,10 @@
|
|||||||
;;; $Id$
|
;;; $Id$
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(gnc:support "printing/number-to-words.scm")
|
(define-module (gnucash printing number-to-words))
|
||||||
|
(export integer-to-words)
|
||||||
|
(export printable-value)
|
||||||
|
(export number-to-words)
|
||||||
|
|
||||||
(define (integer-to-words val)
|
(define (integer-to-words val)
|
||||||
(let ((current-string "")
|
(let ((current-string "")
|
||||||
|
Loading…
Reference in New Issue
Block a user