In dotted do commands, there should be an error if someone tries to write statements on the same line of a block comment after the do. For example: <img width="484" height="306" alt="Image" src="https://github.com/user-attachments/assets/271f8f5e-c681-41ca-823d-08efd1c72ad4" /> is not valid, as shown below: <img width="1032" height="270" alt="Image" src="https://github.com/user-attachments/assets/761e5a18-f7d9-4e43-9410-5f076f4961fa" /> You must remove the block comment to make that valid: <img width="376" height="342" alt="Image" src="https://github.com/user-attachments/assets/b396b94a-54a7-4bde-9d2e-7214a8427632" /> Gives: <img width="398" height="90" alt="Image" src="https://github.com/user-attachments/assets/6363cddc-d0d1-4a93-be7b-22c323bd2b12" />
In dotted do commands, there should be an error if someone tries to write statements on the same line of a block comment after the do. For example:
is not valid, as shown below:
You must remove the block comment to make that valid:
Gives: