Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 3: Fix reference to chapter 10 #37

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Data-and-Variables.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3320,7 +3320,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