Array model: Difference between revisions

Jump to navigation Jump to search
1 byte removed ,  20:42, 18 September 2019
m
no edit summary
Miraheze>Adám Brudzewsky
No edit summary
Miraheze>Adám Brudzewsky
mNo edit summary
Line 1: Line 1:
APL uses a uniquely versatile array model, much more powerful than the [linked lists](https://en.wikipedia.org/wiki/Linked_list) of many traditional programming languages like Python and JavaScript.
APL uses a uniquely versatile array model, much more powerful than the [https://en.wikipedia.org/wiki/Linked_list linked lists] of many traditional programming languages like Python and JavaScript.


All data in APL resides in arrays. An array is a rectangular collection of numbers, characters and arrays, arranged along zero or more axes. Numbers and characters are 0 dimensional arrays, and are referred to as scalars. Characters are in single quotes.
All data in APL resides in arrays. An array is a rectangular collection of numbers, characters and arrays, arranged along zero or more axes. Numbers and characters are 0 dimensional arrays, and are referred to as scalars. Characters are in single quotes.

Navigation menu