Conclusion
Your full LevelZ file should look something like this:
End Keyword
Each LevelZ file can optionally end with an end
keyword at the end. This signals that the parser should stop reading the file and use all the information it has currently read.
Comments
Because parsers (should) stop after reading an end
keyword in the Block section, you can insert whatever you want after the end
keyword. This is the official way to declare comments in LevelZ files.
Last updated