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
Live mode outputs strings surrounding all statements. I have some hackish things to fix issues with if statements and return statements.
But two other statements that cannot have output of strings are the break and continue statements. If an extra HTML output is done, then the compiler flags that output as an unreachable statement, even though no HTML will ever be inserted there.
Probably should extend the hack to include these statements.
The text was updated successfully, but these errors were encountered:
Live mode outputs strings surrounding all statements. I have some hackish things to fix issues with if statements and return statements.
But two other statements that cannot have output of strings are the
break
andcontinue
statements. If an extra HTML output is done, then the compiler flags that output as an unreachable statement, even though no HTML will ever be inserted there.Probably should extend the hack to include these statements.
The text was updated successfully, but these errors were encountered: