Help for this page

Select Code to Download


  1. or download this
    print ( 2 + 3 ) * 4;;
    print (...) interpreted as function at (eval 9) line 1, <STDIN> line 1
    +.
    5
    
  2. or download this
    print print ( 2 + 3 ) * 4;;
    print (...) interpreted as function at (eval 10) line 1, <STDIN> line 
    +2.
    5
    4