powered by
Checks index for operation.
check_index(index)
A boolean TRUE or FALSE.
to check.
Chloe Serre-Combe, Amelie Vernay
check_index(index) will return a boolean to check if index is a character and corresponding to "i" or "j".
index
"i"
"j"
if index = "i", return TRUE.
index = "i"
TRUE
if index = "j", return TRUE.
index = "j"
else return FALSE.
FALSE