Comment on Rhombus Language 1.0parentComments−bjoli2moyou could also compareif (a === b && b === c && c === d && d == e)To scheme's(= a b c d e)JavaScript clearly has the upper hand.
Comments
you could also compare
if (a === b && b === c && c === d && d == e)
To scheme's
(= a b c d e)
JavaScript clearly has the upper hand.