- Joined
- Aug 7, 2013
- Messages
- 1,342
I've been haunting the Wurst tutorials and documentations found here: WurstScript • Legacy Map Guide.
From the examples I've seen, all the block ends use the very ugly "end" instead of open and close brace for declaration of things like functions, for loops, packages, etc.
Can someone explain why not to use braces ({}) for all blocks/scopes of code, or is there an option to do this in the Wurst IDE?
also: semicolons for ending statements would be good instead of a newline character or however the tokenizer works.
From the examples I've seen, all the block ends use the very ugly "end" instead of open and close brace for declaration of things like functions, for loops, packages, etc.
Can someone explain why not to use braces ({}) for all blocks/scopes of code, or is there an option to do this in the Wurst IDE?
also: semicolons for ending statements would be good instead of a newline character or however the tokenizer works.