Re: [Flashforth-devel] FF and PIC processors
Brought to you by:
oh2aun
From: Pete Z. <pza...@pz...> - 2013-06-10 12:38:04
|
Hi Lowell, Nice of you to offer....It would be nice if we had a place for FlashForthers to easily post snippets of code to share. In the mean time, at least we have the forum and discussion areas Mikael has provided us here on SourceForge. Pete On 6/8/2013 10:02 PM, Lowell wrote: > If anyone is interested, my versions of arrays include an array length > element and when I access the array I coerce the return value to come > from the array. That way, if you are using the array for a jump > table, you can't accidently jump to an illegal location by using a bad > index. I use this for finite state machines. > |