- :null
- :integer
- :string
index
return first index of value in given collection
Parameters
index collection :string :dictionary :block :range value :any
Returns
Examples
copyind: index "hello" "e" print ind ; 1
copyprint index [1 2 3] 3 ; 2
copytype index "hello" "x" ; :null