erichgess/Flojure

Convert F# Arithmetic Operators

Closed this issue · 0 comments

http://msdn.microsoft.com/en-us/library/dd469493.aspx

  • Binary Arithmetic: +, -, /, , %, and * (exponent)
  • Unary: +, -,
  • Comparison: =, <, >, <=, >=, <>