|
 |
On 20/12/2025 00:16, jr wrote:
> hi,
>
> I wrote/"needed" a macro ('LatinYear()') to convert years to their Roman
> numerals representation, posting it .. just in case. the macro takes the year
> and returns a string, for instance:
>
> #version 3.8;
> global_settings {assumed_gamma 1}
>
> #include "latinum.inc"
>
> #debug concat("2000 ",LatinYear(2000),".\n")
> #debug concat("1984 ",LatinYear(1984),".\n")
> #debug concat("2026 ",LatinYear(2026),".\n")
>
>
> enjoy, jr.
Hi,
Good work, a little too complicated, but good work.
--
kurtz le pirate
compagnie de la banquise
Post a reply to this message
|
 |