You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Igor ignores all invalid code outside of functions and doesn't report this. I have seen many code examples of function or operation calls outside of functions like this:
FunctionTest(string a)print a
EndTest("this is never executed")print"this is also never executed"FunctionTest2()End
I would suggest getting rid of such invalid code outside of functions, as it is ignored by Igor and only confuses the reader.
I think this is a known issue for WM, but they can't fix it because it would have a too big impact on their compiler.
The text was updated successfully, but these errors were encountered:
Igor ignores all invalid code outside of functions and doesn't report this. I have seen many code examples of function or operation calls outside of functions like this:
I would suggest getting rid of such invalid code outside of functions, as it is ignored by Igor and only confuses the reader.
I think this is a known issue for WM, but they can't fix it because it would have a too big impact on their compiler.
The text was updated successfully, but these errors were encountered: