home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / AGSPP221.ZIP / POWERPPL.221 / SAMPLE.PPS < prev    next >
Encoding:
Text File  |  1996-01-18  |  2.1 KB  |  29 lines

  1. ; Here is an example of the powerfull functions of PowerPPL. As you can see,
  2. ; color codes are understood! Try to press Alt-Y two times...!
  3. ;
  4. ; Press F9, if you are correctly configured, the compilation window will
  5. ; appear... and show you the error (the variable A is not declared)...
  6. ; (to configure PowerPPL, go to Options menu and set your directories and
  7. ; environment options). If the source code was ok, you could press CTRL-F9
  8. ; to RUN the PPE !!
  9. ;
  10. ; Move your cursor on this word for example.... : PRINTLN
  11. ; And then press CTRL-F1... see the point? :)
  12. ; Try the same on this word.................... : ADJT_BUT_I_DONTREMEMBER!! :)
  13. ;
  14. ; Take time to read the documentation, there are MANY MORE features !
  15. ;
  16. PrintLn "@X06░ ▒ @X0E░   @X06░ @X07▐█▄ @X0C▀▀  @X0F▄▄  @X0C▀   @X0F▄▄ @X7F▓@X0F ▄@X7F█@X0F▄ @X07▄@X7F░@X07▄  @X06▐▌ █▒   ░▀▀▄▓"
  17. PrintLn "@X06  ░  ░ ░   @X07█@X7F░@X07█▄@X7F▒▓@X0F█████▄██▄██@X7F▓█@X0F▐█@X7F▓▓@X0F█@X7F░@X07█▀ @X0C▀@X6C▓@X0F   @X06░    @X0E░  @X06▒"
  18. PrintLn "@X06 @X6E░@X06█░ ▒@X0E░ @X06░   @X07▀▀@X7F▒▓@X0F█▀███████▌██@X7F▓@X0F▀▀ @X7F▒@X78░@X0F      @X0C▐▌   @X0E░   ▒  @X06▐"
  19. PrintLn "@X6E░▒░@X06█@X6E░@X06▓@X0E▒ @X06▒ ░            @X0F▀         @X7F░@X0F     @X0C▀▄@X6C▓@X0C▌ @X06▄@X0E▒ ░ ▓ @X06▄▌"
  20. PrintLn "@X0E█▌@X6E▒@X06▄@X6E▒░@X0E▓@X6E░@X06▓@X6E░@X06▒   @X0C▄▀                 @X07▐▌     @X0C▐▀@X6C▒@X0F  @X0E▓░▒▓▓@X6E░▓@X07 "
  21. PrintLn "@X0F @X0E▀@X6E█▒@X0E█@X6E▓@X0E▀@X6E▒░▒@X06░▓     @X0F▄▄@X7F░@X0F▄   @X04▄▄▄█▓█▓▄  @X07█   @X08▄  @X0C▐@X06▌  @X0E▐@X6E▓▒▒@X0E█▀  "
  22. PrintLn "@X04▄ @X0E▀ ▀▄▀▀▄@X6E▓@X0E▀    @X0F▐▀▄▀▀  @X04▄████▓▓████ @X07▐▌▄@X78▓@X08▄ @X04■ @X6C▒@X0F   @X0E▀▀   @X0C▄█"
  23. PrintLn "@X04██▀ ▄       ▄  @X0F▀@X7F░▒@X0F▄@X7F▓@X0F ▄▄▄@X04▀@X0F▄▄@X04▀▀▀@X0F▄▄▄▄@X7F▒░@X78░▒▓@X08▀ @X04▌@X6C░@X0C▌     ▄██ "
  24. PrintLn "@X04▀      ▄     ▀  @X0F▀@X7F▒▓█▓@X0F██@X7F▓@X0F█████████@X7F▓▓@X07▐@X7F░@X78░@X08▀ @X04▓ @X6C▒@X0F     @X0C▄█▀ ▄"
  25. PrintLn "@X0C   @X04▄▄█▀     @X07███@X0C▄@X6C▓@X0C▄▄▄▄▄▄▄@X0F▀▀▀▀███▐@X7F▓@X0F▀▀@X07▄▀ @X04▄▓▀@X0C▐▌@X07███ @X0C▐█  ▀ "
  26. PrintLn "@X04████▀ ▄ ▀  ▄█@X07█ @X0C▐██▀█@X6C▓▓▓▓▒▒░░@X06▄▄░▄▄ ▓ @X04▀▓▀@X06▄▓@X6C▒@X0C░@X07██  @X0C▀ @X07█@X06▄▌ "
  27. A = U_SEC + 5
  28. End
  29.