RosettaCodeData/Task/Remove-duplicate-elements/AppleScript/remove-duplicate-elements-3.applescript

2 lines
67 B
AppleScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
3 is in {1, 2, 3, {4, 5}} --> {3} is in {1, 2, 3, {4, 5}} --> true