From 2753d49003006342e96b769422f7c50fd4093bde Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Sun, 11 Jan 2015 18:50:17 -0800 Subject: 34247: regression test for 34230. --- Test/C01arith.ztst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Test') diff --git a/Test/C01arith.ztst b/Test/C01arith.ztst index 59d182a13..8da17f7f4 100644 --- a/Test/C01arith.ztst +++ b/Test/C01arith.ztst @@ -18,6 +18,12 @@ 0:basic floating point arithmetic >31415. + integer rnd + (( rnd = ((29.1 % 13.0 * 10) + 0.5) )) + print $rnd +0:Test floating point modulo function +>31 + print $(( 0x10 + 0X01 + 2#1010 )) 0:base input >27 -- cgit 1.4.1