Skip to content

Commit

Permalink
Add in-range but not elem test for ∈ Range:D
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Aug 15, 2018
1 parent 64f19e8 commit f958656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S03-operators/set_elem.t
Expand Up @@ -79,6 +79,7 @@ my @notelem =
-.5 => -1..0,
2 => ^2,
40.5e0 => 41.5e0..50,
42e0 => 41.5e0..50,
"d" => "a".."c",
;

Expand Down

0 comments on commit f958656

Please sign in to comment.