@m3tti It is more subtle. C makes it very difficult to share code. Take FORMAT, there is a function called ROMAN-STEP which returns the "next" Roman number. I can use this trivially in any other part of the code, be it the system or some other separate program.