replace INDEX

=> _ _ _ REPLACE _ _ _ _ _ _ _ _ _ _ _ _ operator

The => operator is a binary operator used in rule lists to denote replacements.

examples:


operator f; 

let f(x) => x^2; 

f(x); 

   2
  x