Box: Difference between revisions

Jump to navigation Jump to search
6 bytes added ,  15:27, 30 April 2020
m
Types category
Miraheze>Marshall
(Created page with "In the flat array model, a '''box''' is a scalar value which "contains" a single arbitrary array. This array can be obtained by unboxing the box, and any array can...")
 
m (Types category)
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
[[Simple scalar]]s in nested array languages [[floating array model|float]], so that an enclosed simple scalar is equal to that simple scalar. In flat APLs this does not happen: boxing an array always results in a different array which has one greater [[depth]].
[[Simple scalar]]s in nested array languages [[floating array model|float]], so that an enclosed simple scalar is equal to that simple scalar. In flat APLs this does not happen: boxing an array always results in a different array which has one greater [[depth]].


{{APL programming language}}
{{APL features}}[[Category:Types]]

Navigation menu