This is wacky, what am I missing?
I am checking out Zeppelin's BF signature and I see he is not using ASCII numbers because the values are way out of range for 0 to 255 for CHR$() to use.
They are huge with memory() array Typed for Integers they run range -32000 to 32000 and knowing this can't be right for print characters, they all should be positive, I up the memory array Type to Long with & suffix and the program then completely hangs with bf Zeppelin signature.txt file but works fine for the other 4 ASCII sample bf*.txt files.
Wow, that's weird so I try Type ~% unsigned Integer and it works and they are all positive in value as expected.
So what is wrong with changing Type to Long? that causes the program to hang?
Here is code with sample bf*.txt files:
Dang Typos, Code comments should say:
'?????????????????????????????????????????????????????????????????????????
' Why does this program hang when I change memory% or memory~% to
' memory& and Only With bf Zeppelin signature.txt file
'????????????????????????????????????????????????????????????????????????
Yes, it hangs with 64 x 64 And with Last Beta 2018 0228/86 git 6fde149