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.
c{!}
The c! form of the command is only available with FlashBASIC. It is identical to the c command, except that it displays the source line before it has been executed (FlashBASIC only).