RosettaCodeData/Task/Exponentiation-order/OCaml/exponentiation-order.ml

4 lines
63 B
OCaml
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
# 5. ** 3. ** 2. ;;
# 5. **( 3. ** 2.) ;;
#(5. ** 3. ) **2. ;;