From 46a2aa2ffc71820767f0cdaead84c26dc240c893 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 12 Sep 2024 14:27:13 -0400 Subject: Fix up comprehensions so set comprehensions work and everything is a bit more clean --- test/sets.tm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/sets.tm b/test/sets.tm index bfec068e..a6a9d57b 100644 --- a/test/sets.tm +++ b/test/sets.tm @@ -34,3 +34,6 @@ func main(): >> t1:remove_all(t2) >> t1 = {10, 20} + + >> {3, i for i in 5} + = {3, 1, 2, 4, 5} -- cgit v1.2.3