Parametric polymorphism: Difference between revisions

m
Line 520:
Alternatively, J is statically typed in the sense that it supports only one data type (the array), though of course inspecting a value can reveal additional details (such as: is it an array of numbers?)
 
(That said, note that J also supports some types which are not, strictly speaking, data. These types are the verb, adverb and conjunction types. To fit this nomenclature, data is of type "noun". Also, nouns have some additional taxonomy which is beyond the scope of this task.)
 
=={{header|Java}}==
6,962

edits