FlashBASIC Debugger
\ command
.mdThe \ command is used by the BASIC/FlashBASIC debugger to display the current value of a variable or integer expression.
Syntax
{flash.routine.name:}\variable.expression
{flash.routine.name:}\integer.expression
Example(s)
*\a(i,j) *\a(i)+b(i)
Note: flash.routine.name can only be
specified if the program has been optimized through the FlashBASIC
compiler (see the o option under the compile command). When flash.routine.name is specified, the corresponding debugger command
is executed against the specified routine. The colon separating flash.routine.name and the debugger command
is required.