You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @AlexanderChenNL thanks for reaching out and happy new year as well!
The thing is first arguments is an aid functions which means you can use it to understand the relation between those numbers(2nd 3th arguments).
Solution would explain itself better than I would:
(defn my-comparison
[op a b]
(cond
(op a b) :lt
(op b a) :gt
:else :eq))
Hi,
what do you want here? dont need the answer perse but would like a more clear explanation so I can program it better. Happy new year !
The text was updated successfully, but these errors were encountered: