From 147e0f0269440fce15d6b88a8a90627f3a3b2df2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 5 Mar 2025 18:20:54 -0500 Subject: Overhaul of constructors, making it more consistent and correct. Also changed T(), T, T_t, T_s type names to T(), T$$info, T$$type, T$$struct for unambiguity --- test/integers.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integers.tm') diff --git a/test/integers.tm b/test/integers.tm index bf15380c..e6b2ba9d 100644 --- a/test/integers.tm +++ b/test/integers.tm @@ -63,7 +63,7 @@ func main(): >> Int8(123):hex() = "0x7B" - >> Int(2.1) + >> Int(2.1, truncate=yes) = 2 : Int do: -- cgit v1.2.3