RosettaCodeData/Task/Remove-duplicate-elements/AppleScript/remove-duplicate-elements-3.applescript
2023-07-01 13:44:08 -04:00

1 line
67 B
AppleScript

3 is in {1, 2, 3, {4, 5}} --> {3} is in {1, 2, 3, {4, 5}} --> true