diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/C01arith.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/C01arith.ztst b/Test/C01arith.ztst index 80c8a5736..0492a20aa 100644 --- a/Test/C01arith.ztst +++ b/Test/C01arith.ztst @@ -16,7 +16,7 @@ print -- $(( rnd = there * 10000 )) # save rounding problems by converting to integer 0:basic floating point arithmetic ->31415 +>31415. print $(( 0x10 + 0X01 + 2#1010 )) 0:base input |