home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 005 / dmsppe1a.zip / XON.PPE (.txt) < prev   
PCBoard Programming Language Executable  |  1994-11-26  |  570b  |  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.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     GetUser
  23.     If (U_Expert == 0) Then
  24.         U_Expert = 1
  25.         PutUser
  26.     Endif
  27.     End
  28.  
  29. ;------------------------------------------------------------------------------
  30. ;
  31. ; Usage report (before postprocessing)
  32. ;
  33. ; ■ Statements used :
  34. ;
  35. ;    1       End
  36. ;    1       Goto 
  37. ;    1       Let 
  38. ;    1       If 
  39. ;    1       GetUser
  40. ;    1       PutUser
  41. ;
  42. ;
  43. ; ■ Functions used :
  44. ;
  45. ;    1       ==
  46. ;    1       !
  47. ;
  48. ;------------------------------------------------------------------------------
  49. ;
  50. ; Analysis flags : W
  51. ;
  52. ; W - Write user ■ 5
  53. ;     Program writes a user record. Although this may be normal for a
  54. ;     User Editor, it may also be a way to modify an account level.
  55. ;     ■ Search for : PUTUSER
  56. ;
  57. ;------------------------------------------------------------------------------
  58. ;
  59. ; Postprocessing report
  60. ;
  61. ;    0       For/Next
  62. ;    0       While/EndWhile
  63. ;    1       If/Then or If/Then/Else
  64. ;    0       Select Case
  65. ;
  66. ;------------------------------------------------------------------------------
  67. ;                 AEGiS Corp - Break the routines, code against the machines!
  68. ;------------------------------------------------------------------------------
  69.