Marist-CMPT331-TOPL / adder

Adder is a small but usable subset of the Python language. It is named for the Blackadder comedy series, much as the Python language is named for Monty Python.
MIT License
0 stars 2 forks source link

Gjidoda_HW-4_Adder-pt2 #72

Open Gjidodaj02 opened 1 year ago

Gjidodaj02 commented 1 year ago

First, I'm not entirely sure if I represented n1 and n2 as an int, spring or float correctly. Second, I understand the IsNot expression using "/=" to compare the n1 and n2. Which I also used for NotEqual since it said to in the issues, however, why wouldn't it just use "!=" ?

Trent325 commented 1 year ago

i think != is \= in haskell