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
I accidentally had a space in between endif "end if" and the script failed with SE_RN_INCOMPLETE_STRUCTURE on the last line (similar to #59's error case on import)
Any ideas how to improve the parser to error on the right line?
Is there a way to modify and use keywords with spaces, like:
END DEF
instead ofENDDEF
orEND CLASS
instead ofENDCLASS
The text was updated successfully, but these errors were encountered: