#APLQuest 2014-01: Write a function that takes the length of the legs of a triangle as its left argument, and the length of the hypotenuse as its right, and returns 1 if the triangle is a right triangle, 0 otherwise (apl.quest/2014/1/ to test your solution) #APL #PythagoreanTheorem #Geometry