Skip to content

Commit

Permalink
Merge pull request #37 from anrddh/ani/fix-chapter-ref-nested-arrays
Browse files Browse the repository at this point in the history
Chapter 3: Fix reference to chapter 10
  • Loading branch information
rodrigogiraoserrao authored Sep 29, 2022
2 parents 3bdd3fe + 87c8344 commit c233acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Data-and-Variables.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3331,7 +3331,7 @@
"\n",
"Up to now we have dealt only with homogeneous arrays: scalars, vectors or higher rank arrays containing only numbers or only characters. An array was a collection of what we call *simple* scalars. In the early 1980's enhanced versions of APL started to appear. They accepted a mixture of numbers and characters within the same array (so-called _mixed arrays_), and arrays could contain sub-arrays as items (so-called _nested arrays_).\n",
"\n",
"In this chapter, we shall explore only some basic properties of _mixed_ and _nested arrays_, just to help you understand what might otherwise appear to be unusual behaviour or unexpected error messages. We shall not go any further for now; the [\"Mixed and Nested Arrays\" chapter](./Mixed-and-Nested-Arrays.ipynb) will be entirely dedicated to an extensive study of nested arrays.\n",
"In this chapter, we shall explore only some basic properties of _mixed_ and _nested arrays_, just to help you understand what might otherwise appear to be unusual behaviour or unexpected error messages. We shall not go any further for now; the [\"Nested Arrays (continued)\" chapter](./Nested-Arrays-Continued.ipynb) will be entirely dedicated to an extensive study of nested arrays.\n",
"\n",
"Note that with the current widespread use of _nested arrays_, it is now very common to refer to an \"old-fashioned\" array that is not _nested_ as a _simple array_.\n",
"\n",
Expand Down

0 comments on commit c233acc

Please sign in to comment.