#view
ACTION: creates a window for compiler listings.
USE: Allows the programmer to see a selected part of the compiled code
EXAMPLE:
sys a,b,c
###
a=b+c
###
s="Value "+str(a)

REMARKS: These markers restrict the listing to a window so that the code can be studied in detail.
#view and #endv are generated internally from the pair of '###' symbols.

RELATED: #show