Arrays in Forth
Summary
The article explains why Forth lacks built-in arrays and shows how to implement unindexed and indexed arrays, including variable-like and value-like variants. It covers long-element arrays for multi-field records, subfield access via defined offsets, and techniques to simulate indexed arrays, as well as bit arrays, highlighting Forth's flexibility in building custom data structures.