TI-Basic Z80 Programming/List of Commands/Disp

      Disp (PRGM:I/O:3)

      Syntax: Disp "String"|Value

      Disp displays whatever string or value follows it on the next line. A value can be an expression. Also, separate strings or values can be separated by commas:

      :Disp 1,"-2","--3"
      
      Last modified on 30 March 2012, at 21:58