home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / THTLG211.ZIP / HTNEWU.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-01-25  |  615b  |  64 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 1.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     If (AnsiOn()) Goto LABEL001
  23.     Print "22H"
  24.     Goto LABEL002
  25.     :LABEL001
  26.     AnsiPos 22, 16
  27.     :LABEL002
  28.     PrintLn "@X08∞ @X0F@OPTEXT@ Not Found in User File @X08∞@X07"
  29.  
  30. ;------------------------------------------------------------------------------
  31. ;
  32. ; Usage report (before postprocessing)
  33. ;
  34. ; ■ Statements used :
  35. ;
  36. ;    2       Goto 
  37. ;    1       Print 
  38. ;    1       PrintLn 
  39. ;    1       If 
  40. ;    1       AnsiPos 
  41. ;
  42. ;
  43. ; ■ Functions used :
  44. ;
  45. ;    1       !
  46. ;    1       AnsiOn()
  47. ;
  48. ;------------------------------------------------------------------------------
  49. ;
  50. ; Analysis flags : No flag
  51. ;
  52. ;------------------------------------------------------------------------------
  53. ;
  54. ; Postprocessing report
  55. ;
  56. ;    0       For/Next
  57. ;    0       While/EndWhile
  58. ;    0       If/Then or If/Then/Else
  59. ;    0       Select Case
  60. ;
  61. ;------------------------------------------------------------------------------
  62. ;                 AEGiS Corp - Break the routines, code against the machines!
  63. ;------------------------------------------------------------------------------
  64.