I have a FO-program that throws an error when it approaches this line:
.continue ERR1 ? F|defined(M|yhnum) & M|yhnum > 10
The error is
M|yhnum: not found
Why does this happen? I thought it wouldn't happen if I checked if the variable is defined before accessing it, but it doesn't seem like it worked