home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / forddt.hlp < prev    next >
Text File  |  1995-04-05  |  3KB  |  84 lines

  1. FORDDT.HLP -- HELP file for FORDDT-10 version 7          January 1983
  2. ---------------
  3. Compilation, loading and execution
  4.  
  5.   To start FORDDT:
  6.  
  7.         .DEBUG filename.ext(DEBUG)/FORTRAN
  8.  
  9. ---------------
  10. FORDDT commands:
  11.  
  12. ACCEPT          VAER/M CVE  or  F format spec
  13. CHARACTER       A(CVE:CVE,CVE:CVE,...)  or  A/REMOVE [Character array]
  14. CONTINUE        CVE
  15. DDT
  16. DIMENSION       A(CVE:CVE,CVE:CVE,...)  or  A/REMOVE  [Single  precision
  17. array]
  18. DOUBLE          A(CVE:CVE,CVE:CVE,...)  or  A/REMOVE  [Double  precision
  19. array]
  20. GOTO            SL  or  (contents of) VE
  21. GROUP           number 'TYPE' command list      /G,/G,/G.....
  22. HELP
  23. LOCATE          VASLF
  24. MODE            M,M,...
  25. NEXT            CVE
  26. OPEN            program unit name
  27. PAUSE           SLY AFTER CVE TYPING G
  28.                 SLY IF CVE .relop. CVE TYPING G
  29. REMOVE          SLY
  30. START
  31. STOP            /RETURN
  32. STRACE
  33. TYPE            /M VAER/M , F , G , ...
  34. WHAT
  35.  
  36. ---------------
  37. FORDDT command parameter formats:
  38.  
  39. note:  CVE means constant/variable/array element
  40.  
  41. constant        (C):=   5 , 5.  , 5.E2 , 5.D3 , (1.0,-1) , "77 , /ABC/ ,
  42. 'abc'
  43. variable        (V):=   name
  44. array           (A):=   name
  45. array element   (E):=   name(CVE:CVE,CVE:CVE,...)
  46. array range     (R):=   E-E
  47. statement label (S):=   10
  48. source line #   (L):=   #13
  49. format #        (F):=   101
  50. format spec        :=   ( FORMAT descriptor list ) ie.  (F10.3,I5,...)
  51. routine entry   (Y):=   name
  52. mode            (M):=   /A      ASCII (left-justified)  /ABC/
  53.                         /B      BIG   (display both words of a two-word
  54.                                        variable; use only with
  55.                                         /A, /D, /R, /X.
  56.                                        /B can also be used to display
  57.                                        character strings longer the the
  58.                                        default, e.g. 256 characters.)
  59.                         /C      CHARACTER               'ABC'
  60.                         /D      DOUBLE-PRECISION        123.4567890
  61.                         /F      REAL                    123.45678
  62.                         /I      INTEGER                 123
  63.                         /L      LOGICAL                 .TRUE.
  64.                         /O      OCTAL                   12345678
  65.                         /R      RASCII (right-justified) \ABC\
  66.                         /S      SYMBOLIC                PSI(2,4)
  67.                         /X      COMPLEX                 (1.25,-78.E+9)
  68.                         FORDDT looks  at  the  first character of the
  69.                         switch only, and disregards the rest.
  70.                         Example:  /REAL would be interpreted as  /R, and
  71.                         the mode would be interpreted as RASCII.
  72. group reference (G):=   /groupnumber ( 1<= G <=8 )
  73.  
  74. ---------------
  75. Comments can be included in command  lines  by  use  of  an  exclamation
  76. point.  Example:
  77.  
  78. >> PAUSE 10 !This is a comment
  79.  
  80. [End of FORDDT.HLP]
  81.  
  82. .KJOB
  83. .
  84.