[Flashforth-devel] n=
Brought to you by:
oh2aun
From: BK N. <bkn...@gm...> - 2021-08-01 14:28:24
|
I'm trying to use n= to compare strings for a menu system. The results are ambiguous. How do you put a string in ram? I tried ram : test ." test string" ; and ram : test2 s" test string" ; both seemed to end in flash because after a reset/power cycle they were still in the dictionary. I'm not understanding how n= works. thanks Brian-in-ohio |