Array length: Difference between revisions

Content added Content deleted
(Added S-BASIC example)
Line 1,576: Line 1,576:


{{FormulaeEntry|page=https://formulae.org/?script=examples/Array_length}}
{{FormulaeEntry|page=https://formulae.org/?script=examples/Array_length}}

'''Solution'''

The cardinality expression reduces to the number of subexpressions the given expression has, including if the expressions is a list:

[[File:Fōrmulæ - Array length 01.png]]

[[File:Fōrmulæ - Array length 02.png]]


=={{header|Gambas}}==
=={{header|Gambas}}==