diff --git a/core/math/math.factor b/core/math/math.factor index 73faccc596..2faf673557 100644 --- a/core/math/math.factor +++ b/core/math/math.factor @@ -69,5 +69,3 @@ M: object zero? drop f ; : times ( n quot -- ) swap [ >r dup slip r> ] repeat drop ; inline - -GENERIC: number>string ( n -- str ) foldable