Well, I'm making progress with my 1-off 'just for fun' language. It owes
much to Rexx, PL/I and the C-like languages.

I added a function for currency formats.

So far it can support these, optionally with a floating currency string
(such as $, INR or Rs and so on) :-

$12,345,668.90
€12.345.678,90
12 345 678,90 €
Rs1,23,45,678

Have I missed anything useful, please? (keeping in mind it's mostly for
fun/broadening horizons and, in reality, unlikely to be used for billing,
except rarely for GBP, USD and EUR).

And does anyone ever use separators after a decimal point? Like
3.141,592,653,589 or whatever?

The maths functions are most fun, though :-)

Roops

P.S. Not doing Unicode properly yet, but will include UTF-8 when I get a
round twit.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to