Help for this page

Select Code to Download


  1. or download this
      print 1.09 - 1, "\n" ;
      print "0.84 - 0.34 == ", 0.84 - 0.34, 
           ( 0.84 - 0.34 == 0.5 ? " ==" : " but !=" ), " 0.5\n" ;