home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / ibm1 / do101j2.arj / LISTVARS.SCR < prev    next >
Text File  |  1992-01-11  |  545b  |  20 lines

  1. .pg wi full clr cy
  2.     COMMAND NAME»gray«: »%t« ListVariables »ye«
  3.  
  4.     /LISTVARS
  5. /cw
  6.     »%t«ListVariables»#« allows you to display all the variables
  7.     currently defined with their values.  It is used for
  8.     debugging.
  9.  
  10.     Here are all the variables defined so far for the tutorial.
  11.     Press »bo«<enter>»#« to execute the command.
  12.  
  13. |/LISTVARS
  14.  
  15. .pg
  16.     Notice there really aren't that many.  This is because the
  17.     tutorial uses the »%t«/ENDEXEC CLEAR»#« command to keep the number
  18.     of variables down.
  19. /ENDEXEC CLEAR
  20.