MSIR.0780 END (what) expected: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
mNo edit summary |
||
Line 1: | Line 1: | ||
An < | An <var>End</var> statement had no qualifier on it when a qualifier that matched the current block start was expected. While many [[SOUL]] block structures are automatically terminated by an <var>End</var> without any qualifiers (also ending the compilation), many SOUL OO blocks require the block to be explicitly ended. The explicit ends avoid accidental end of compilation and a flurry of error messages because of a forgotten qualifier on an <var>End</var> statement. | ||
Add the appropriate qualifier to the <var>End</var> statement. | |||
[[Category:Sirius Mods messages]] | [[Category:Sirius Mods messages]] |
Revision as of 18:40, 23 April 2014
An End statement had no qualifier on it when a qualifier that matched the current block start was expected. While many SOUL block structures are automatically terminated by an End without any qualifiers (also ending the compilation), many SOUL OO blocks require the block to be explicitly ended. The explicit ends avoid accidental end of compilation and a flurry of error messages because of a forgotten qualifier on an End statement.
Add the appropriate qualifier to the End statement.