From c73e96ff916209d74e2be9bd7d8de3758685ce4d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 2 Apr 2024 13:08:06 -0400 Subject: Add comparison operator <> and array method to sort by a custom comparison function --- test/tables.tm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/tables.tm') diff --git a/test/tables.tm b/test/tables.tm index 53e81d48..74123f88 100644 --- a/test/tables.tm +++ b/test/tables.tm @@ -18,7 +18,7 @@ for k,v in t >> #t = 2 >> t.default -= ?(readonly)999 += ?%999 >> t.fallback = !{Text=>Int} @@ -42,7 +42,7 @@ for k,v in t >> t2.default = !Int >> t2.fallback -= ?(readonly){"one"=>1, "two"=>2; default=999} += ?%{"one"=>1, "two"=>2; default=999} t2_str := "" for k,v in t2 -- cgit v1.2.3