added STIX_EPFULL

fixed a bug in starting an initial process
started writing an integer-to-string conversion function
This commit is contained in:
hyunghwan.chung
2015-12-02 15:24:13 +00:00
parent 283c3652db
commit 2fbb4d3a71
10 changed files with 333 additions and 138 deletions

View File

@ -256,6 +256,8 @@ PROCESS TESTING
'333333333333333333' dump.
'444444444444444444' dump.
"
(-2305843009213693952 - 1) dump.
(1 + 2) dump.
@ -297,6 +299,7 @@ PROCESS TESTING
(-270000000000000000000000000000000000000000000000000000000000000000000 \\ -1) dump.
(-270000000000000000000000000000000000000000000000000000000000000000000 // -1) dump.
(-27029038 // 2) asString dump.
##(0 rem: -50) dump.
##(0 quo: -50) dump.