home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / WLCM20.ZIP / WELCOME.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-02-08  |  794b  |  69 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.     FOpen 1, PPEPath() + "welcome.cnf", 0, 2
  25.     FGet 1, STRING002
  26.     FClose 1
  27.     STRING001 = Random(STRING002)
  28.     DispFile PPEPath() + "wlcm" + STRING001, 1 + 4
  29.     PrintLn "@X03The Welcome Program 2.0"
  30.     End
  31.  
  32. ;------------------------------------------------------------------------------
  33. ;
  34. ; Usage report (before postprocessing)
  35. ;
  36. ; ■ Statements used :
  37. ;
  38. ;    1       End
  39. ;    1       Let 
  40. ;    1       PrintLn 
  41. ;    1       DispFile 
  42. ;    1       FOpen 
  43. ;    1       FClose 
  44. ;    1       FGet 
  45. ;
  46. ;
  47. ; ■ Functions used :
  48. ;
  49. ;    4       +
  50. ;    1       Random()
  51. ;    2       PPEPath()
  52. ;
  53. ;------------------------------------------------------------------------------
  54. ;
  55. ; Analysis flags : No flag
  56. ;
  57. ;------------------------------------------------------------------------------
  58. ;
  59. ; Postprocessing report
  60. ;
  61. ;    0       For/Next
  62. ;    0       While/EndWhile
  63. ;    0       If/Then or If/Then/Else
  64. ;    0       Select Case
  65. ;
  66. ;------------------------------------------------------------------------------
  67. ;                 AEGiS Corp - Break the routines, code against the machines!
  68. ;------------------------------------------------------------------------------
  69.