ion out last changes from grammar update
surprisingly painless, considering it was more or less a rewrite
This commit is contained in:
@ -30,7 +30,8 @@ class Integer < Object
|
||||
int rest
|
||||
rest = self - div
|
||||
if( rest < 0)
|
||||
str = str + digit( rest )
|
||||
rest = self.digit( rest )
|
||||
str = str + rest
|
||||
else
|
||||
str = div.add_string(str)
|
||||
end
|
||||
|
Reference in New Issue
Block a user