Skip to main content

Alternative Operators

Pluto implements alternative operators, which are aliases for other operators.

  • ** is an alias for ^, the exponent operator.
  • != is an alias for ~=, the inequality operator.