Most of these questions are meant to familiarize you with the Pervasives module. Make sure to confirm that what you type would work by using it in the utop
environment first. Also include the two semicolons at the end, when applicable.
"first string"
and "second string"
. "I have printed my first string!"
. compare "3" "3.0";;
return? compare 3 3.0;;
? Explain.