How to resolve the algorithm Array length step by step in the Factor programming language

Published on 12 May 2024 09:40 PM

How to resolve the algorithm Array length step by step in the Factor programming language

Table of Contents

Problem Statement

Determine the amount of elements in an array.

As an example use an array holding the strings 'apple' and 'orange'.

Let's start with the solution: