1 point by BenoitBB Nov 23, 2023 | flag | 2 comments
BenoitBB Nov 23, 2023 | flag

match syntax must have 2 indentations spaces .

marinedup 3 months | flag

With the change of indentation handling, only one indentation is required (and necessary).
Code examples are right.
As of 24/09/2024, when indenting too much, we get an unclear compilation error in the IDE: "Found number/text/etc. but expected end-of-line.". In this case, reduce the number of indentations to 1 only.