You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This metacommand does not require a comment ' or [REM](REM.md) before it. There is no space between the metacommand name, the colon and the [CONSOLE](CONSOLE.md) parameter.
87
-
* If this metacommand is used in a program and any of the set [_ASSERT](ASSERT.md) checkpoints will fail, then the program will stop with an [_ASSERT](ASSERT.md) failed error.
88
-
* Detailed error messages passed to the [_ASSERT](ASSERT.md) statement will be displayed in the [CONSOLE](CONSOLE.md) window, but only if $ASSERTS: [CONSOLE](CONSOLE.md) is used.
121
+
122
+
* This metacommand does not require a comment ' or [REM](REM.md) before it. There is no space between the metacommand name, the colon and the [CONSOLE](CONSOLE.md) parameter.
123
+
* If this metacommand is used in a program and any of the set [_ASSERT](ASSERT.md) checkpoints will fail, then the program will stop with an [_ASSERT](ASSERT.md) failed error.
124
+
* Detailed error messages passed to the [_ASSERT](ASSERT.md) statement will be displayed in the console window, but only if $ASSERTS:CONSOLE is used.
0 commit comments