index in array
1.1、index in array的作用

判断index是否是array索引

1.2、示例
1 in ARGV         //true
"PATH" in ENVIRON //true