diff --git a/site/releases/4.04/htmlman/coreexamples.html b/site/releases/4.04/htmlman/coreexamples.html index 3d82ee7e6..5ad57bd3b 100644 --- a/site/releases/4.04/htmlman/coreexamples.html +++ b/site/releases/4.04/htmlman/coreexamples.html @@ -26,14 +26,14 @@
This part of the manual is a tutorial introduction to the -OCaml language. A good familiarity with programming in a conventional +OCaml language. A good familiarity with programming in any of the conventional languages (say, Pascal or C) is assumed, but no prior exposure to functional languages is required. The present chapter introduces the core language. Chapter 2 deals with the -module system, chapter 3 with the -object-oriented features, chapter 4 with +module system, Chapter 3 with the +object-oriented features, Chapter 4 with extensions to the core language (labeled arguments and polymorphic -variants), and chapter 5 gives some advanced examples.
+variants), and Chapter 5 gives some advanced examples.For this overview of OCaml, we use the interactive system, which is started by running ocaml from the Unix shell, or by launching the