diff options
Diffstat (limited to 'test/sets.tm')
| -rw-r--r-- | test/sets.tm | 3 |
1 files changed, 3 insertions, 0 deletions
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} |
