# Junctions

    my @states = <Illinois Wisconsin Minnesota>;

    if "Wisconsin" eq any(@states) {  # lists too
    	say "Found Wisconsin";
    }