
The LIST command can be used to print out a stored BASIC script. Simply type LIST at the command line (without any arguments) and the BASIC script is sent to the currently selected I/O interface.
ERR_OK (0) If the script source code is visible.
ERR_REJECTED (12) If the module contains a pre-compiled code.
LIST
Shows what is stored as BASIC script
There's no way to make pre-compiled code visible. This behaviour is by design.