The print-error BASIC program prints an error message from stacked data statements.
execute "print-error"
The print-error command is similar to the print-err command with the difference that this command, when executed from FlashBASIC, allows stacked data statements.
data "100" data "black" data "white" execute "print-error" [100] ’black ’ is not ’white’.