you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago* (1 child)

function is_equal (x, y) {

if (is_equal(x,y))

  print("x is equal to y")

  return true;

return false;

}

Fixed it for you

  • source
  • parent
  • hideshow 2 child comments