Closed 3FLLC closed 7 years ago
Script sided you don't actually use the variable, but I do see where you're coming from since it's used internally.
Are you aware you can do the following:
for 1 to 1000000 do MakeMask(7);
I think this is desired behavior. As @Olly- noted, you don't have to define a variable there.
Okay, I will track it down and fix it - I know I can define the var globally, however, when inline, it should not hint.
New HINT from Olly, returns: Variable "loop" not used at line 2, column 20 in file "testhints.p"