|
 |
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.
Post a reply to this message
Attachments:
Download 'latinum.inc.txt' (3 KB)
|
 |