home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / THTLG211.ZIP / HTNEWON.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-01-25  |  812b  |  70 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.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     STRING001 = "C"
  24.     If (AnsiOn()) Goto LABEL001
  25.     Print "18H"
  26.     Goto LABEL002
  27.     :LABEL001
  28.     AnsiPos 18, 17
  29.     :LABEL002
  30.     InputStr "@X01Type @X0F[@X0EC@X0F]@X01 to Continue or @X0F[@X0ER@X0F]@X01 to Re-enter!!!", STRING001, "", 1, "RrCc", 2 + 8
  31.     KbdStuff STRING001
  32.  
  33. ;------------------------------------------------------------------------------
  34. ;
  35. ; Usage report (before postprocessing)
  36. ;
  37. ; ■ Statements used :
  38. ;
  39. ;    2       Goto 
  40. ;    1       Let 
  41. ;    1       Print 
  42. ;    1       If 
  43. ;    1       InputStr 
  44. ;    1       KbdStuff 
  45. ;    1       AnsiPos 
  46. ;
  47. ;
  48. ; ■ Functions used :
  49. ;
  50. ;    1       +
  51. ;    1       !
  52. ;    1       AnsiOn()
  53. ;
  54. ;------------------------------------------------------------------------------
  55. ;
  56. ; Analysis flags : No flag
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;
  60. ; Postprocessing report
  61. ;
  62. ;    0       For/Next
  63. ;    0       While/EndWhile
  64. ;    0       If/Then or If/Then/Else
  65. ;    0       Select Case
  66. ;
  67. ;------------------------------------------------------------------------------
  68. ;                 AEGiS Corp - Break the routines, code against the machines!
  69. ;------------------------------------------------------------------------------
  70.