That's BASIC style, Tom. I think the languages we would want RPG to look similar to are Java and it's C family of predecessors. They have semicolons or braces after each statement, like /free. In my opinion that's a good thing to be similar. In addition, as I post every so often, the open brace should be allowed (actually, encouraged) after block statements like DOU and replaced by the compiler with a ; when parsing the line, and the closing brace encouraged and replaced with an END; by the compiler. There's no reason to have a different standard than the standard. By the same token, == and != for comparisons, and break and continue for loops should be handled as equivalents by the compiler. The multiple statements across a line is a nightmare. I can just see debugging that now.rd

rd
Reply With Quote