How to avoid overwriting built-in words?
Just starting learning Forth. While practicing I defined a word I named min
. It turns out that min
is a built-in word. Now when I try to find the minimum of two numbers my own min
runs!
Just starting learning Forth. While practicing I defined a word I named min
. It turns out that min
is a built-in word. Now when I try to find the minimum of two numbers my own min
runs!