home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / PPE / ALF / ALF_PHT2.ZIP / PHAT.PPE (.txt) < prev   
Encoding:
PCBoard Programming Language Executable  |  1994-06-01  |  1.1 KB  |  93 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Integer  INTEGER001
  20.     Integer  INTEGER002
  21.     Integer  INTEGER003
  22.     Integer  INTEGER004
  23.     Integer  INTEGER005
  24.  
  25. ;------------------------------------------------------------------------------
  26.  
  27.     INTEGER001 = ReadLine(PPEPath() + "PHAT.CNF", 2)
  28.     INTEGER002 = ReadLine(PPEPath() + "PHAT.CNF", 3)
  29.     INTEGER003 = ReadLine(PPEPath() + "PHAT.CNF", 4)
  30.     INTEGER004 = ReadLine(PPEPath() + "PHAT.CNF", 5)
  31.     GetToken INTEGER005
  32.     Select Case (INTEGER005)
  33.         Case 148
  34.             Goto LABEL002
  35.         Case 260
  36.             Goto LABEL003
  37.     End Select
  38.     :LABEL001
  39.     Cls
  40.     DispFile PPEPath() + "LOGON.PCB", 2 + 1
  41.     AnsiPos INTEGER001, INTEGER002
  42.     End
  43.     :LABEL002
  44.     AnsiPos INTEGER003, INTEGER004
  45.     End
  46.     :LABEL003
  47.     AnsiPos INTEGER003, INTEGER004
  48.     KbdStuff " " + Chr(13)
  49.     End
  50.  
  51. ;------------------------------------------------------------------------------
  52. ;
  53. ; Usage report (before postprocessing)
  54. ;
  55. ; ■ Statements used :
  56. ;
  57. ;    3       End
  58. ;    1       Cls
  59. ;    6       Goto 
  60. ;    4       Let 
  61. ;    2       If 
  62. ;    1       DispFile 
  63. ;    1       GetToken 
  64. ;    1       KbdStuff 
  65. ;    3       AnsiPos 
  66. ;
  67. ;
  68. ; ■ Functions used :
  69. ;
  70. ;    7       +
  71. ;    2       ==
  72. ;    2       !
  73. ;    1       Chr()
  74. ;    5       PPEPath()
  75. ;    4       ReadLine()
  76. ;
  77. ;------------------------------------------------------------------------------
  78. ;
  79. ; Analysis flags : No flag
  80. ;
  81. ;------------------------------------------------------------------------------
  82. ;
  83. ; Postprocessing report
  84. ;
  85. ;    0       For/Next
  86. ;    0       While/EndWhile
  87. ;    0       If/Then or If/Then/Else
  88. ;    1       Select Case
  89. ;
  90. ;------------------------------------------------------------------------------
  91. ;                 AEGiS Corp - Break the routines, code against the machines!
  92. ;------------------------------------------------------------------------------
  93.