funGIR

PURPOSE : Find index of the last/right most occurrence of element in array.

DESCRIPTION : Same as funGetIndexR.  Short name = higher performance.
SYNTAX : [element:Any Value , array:Array ] call funGIR
RETURNS : Integer
EXAMPLE :
["z", ["a","b","z","x","z"]] call funGIR -> 4
HISTORY : CoC Bn880 11 2003
DEPENDENCIES: CoC_LIBNUMSYS