Re: [Flashforth-devel] FlashForth 2-Dimensional arrays?
Brought to you by:
oh2aun
From: <dab...@ya...> - 2019-06-02 16:00:03
|
Oh, by the way... Here's my simple-minded, not terribly portable workaround: $4 $3 * array adbox : adbox: 4 * + adbox ; The 2D-array is flattened to a linear array then the "adbox:" word is used as if adbox was defined as a 2array structure. It tests fine with a minimum of code change but fails to emotionally satisfy (grin). craig |