#show | |
ACTION: |
displays the translated code of a statement during compilation
|
USE: |
Allows the programmer to see a selected part of the compiled code
|
EXAMPLE: |
sys a,b,c #show a=b+c 'display coding in a messagebox |
RELATED: |
#view
|