<Trouble when interpreting Kotlin specifications> ...
# forum
r
Trouble when interpreting Kotlin specifications Hello all, I’m having trouble figuring out how the Kotlin specification’ Syntax and grammar should be interpreted. For instance, when reading the section on while-loops, quote: 'while' {NL} '(' expression ')' {NL} (controlStructureBody | ';') Here we could see that while is followed by <a href="https://kotlinlang.org/spec/syntax-and-grammar.html#syntax-and-grammar" rel="noopener...