mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 12:31:01 +02:00
parent
ea06d139c2
commit
53cdd50152
@ -1231,7 +1231,7 @@ end;
|
||||
function RomanToint(const S: string): Longint;
|
||||
|
||||
const
|
||||
RomanChars = ['C','D','i','L','M','V','X'];
|
||||
RomanChars = ['C','D','I','L','M','V','X'];
|
||||
RomanValues : array['C'..'X'] of Word
|
||||
= (100,500,0,0,0,0,1,0,0,50,1000,0,0,0,0,0,0,0,0,5,0,10);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user