c command (FlashBASIC Debugger)

The c command toggles on or off the display of the current source line when stepping through the program with CTRL+J. When this function is on, the line displays after it has been executed.

Syntax

c{!}

The c! form of the command is identical to the c command, except that it displays the source line before it has been executed.