I have some ad hoc code which I am invoking locally for couple of my algos. Does not do a great job assessing scope on these, reporting possibly undefined vars warning and syntax highlighting, understandably so. However, I am not intenting on passing those along to other scopes for calling, so is there a way to disable those warnings, at least for the span of the code block, then perhaps re-enabling? Thanks...
I have some ad hoc code which I am invoking locally for couple of my algos. Does not do a great job assessing scope on these, reporting possibly undefined vars warning and syntax highlighting, understandably so. However, I am not intenting on passing those along to other scopes for calling, so is there a way to disable those warnings, at least for the span of the code block, then perhaps re-enabling? Thanks...