float argf(string line, string token)
This function returns the index of the argument on a line.
argf("apple, banana, carrot", "carrot") = 2
argf("apple, banana, carrot", "donut") = -1
arg(), argc(), argfx(), argx(), argxc(), args Command