Roman numerals/Decode: Difference between revisions

m
imported>Arakov
Line 2,876:
 
=={{header|Elena}}==
ELENA 56.0x :
<syntaxhighlight lang="elena">import extensions;
import system'collections;
import system'routines;
import system'culture;
static RomanDictionary = Dictionary.new()
Line 2,895 ⟶ 2,896:
{
var minus := 0;
var s := self.upperCasetoUpper();
var total := 0;
Anonymous user