factor/library/test/math/bignum.factor

12 lines
193 B
Factor
Raw Normal View History

2004-08-25 20:51:19 -04:00
IN: scratchpad
USE: arithmetic
USE: stack
USE: test
USE: unparser
[ -1 ] [ -1 >bignum >fixnum ] unit-test
[ "8589934592" ]
[ 134217728 dup + dup + dup + dup + dup + dup + unparse ]
unit-test