home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 019A / PCBDEMO.ZIP / PCBDISK1.EXE / RIP / PPE / PRESENTR.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1993-01-01  |  1KB  |  73 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.     String   STRING001
  20.     String   STRING002
  21.  
  22. ;------------------------------------------------------------------------------
  23.  
  24.     STRING002 = " "
  25.     If (KbdBufSize() || PPLBufSize()) End
  26.     PrintLn "@POFF@"
  27.     PrintLn "!|10$STW$"
  28.     PrintLn "!|1K|1B00000201E4030F0009080100000F07000000|w0010271610|Y02000500|1U078XHJ9N0000<>Click anywhere on this bar or press ENTER to continue.<>^M|#|#|#@PON@"
  29.     InputStr "_", STRING001, 14, 2, STRING002, 8 + 16 + 32 + 16384
  30.     PrintLn 
  31.     PrintLn "!|10$RTW$|#|#|#"
  32.     KbdStuff Chr(13)
  33.     End
  34.  
  35. ;------------------------------------------------------------------------------
  36. ;
  37. ; Usage report (before postprocessing)
  38. ;
  39. ; ■ Statements used :
  40. ;
  41. ;    2       End
  42. ;    1       Let 
  43. ;    5       PrintLn 
  44. ;    1       If 
  45. ;    1       InputStr 
  46. ;    1       KbdStuff 
  47. ;
  48. ;
  49. ; ■ Functions used :
  50. ;
  51. ;    3       +
  52. ;    1       ||
  53. ;    1       Chr()
  54. ;    1       KbdBufSize()
  55. ;    1       PPLBufSize()
  56. ;
  57. ;------------------------------------------------------------------------------
  58. ;
  59. ; Analysis flags : No flag
  60. ;
  61. ;------------------------------------------------------------------------------
  62. ;
  63. ; Postprocessing report
  64. ;
  65. ;    0       For/Next
  66. ;    0       While/EndWhile
  67. ;    0       If/Then or If/Then/Else
  68. ;    0       Select Case
  69. ;
  70. ;------------------------------------------------------------------------------
  71. ;                 AEGiS Corp - Break the routines, code against the machines!
  72. ;------------------------------------------------------------------------------
  73.