added moo_numtostr()

This commit is contained in:
hyunghwan.chung
2019-01-10 10:01:50 +00:00
parent cd4d34c724
commit 7d3d21b3cf
5 changed files with 109 additions and 3 deletions

View File

@ -247,7 +247,7 @@ class(#limited) Number(Magnitude)
method printStringRadix: aNumber
{
<primitive: #_integer_inttostr>
<primitive: #_number_numtostr>
self primitiveFailed.
}