home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 106 / EnigmaAmiga106CD.iso / software / sviluppo / purebasic_demo / examples / sources / string.pb < prev    next >
Encoding:
Text File  |  1999-09-03  |  208 b   |  19 lines

  1. ;
  2. ; String debug file
  3. ;
  4. ;
  5. ;
  6. ; Memory Tester Result: 0 bytes lost
  7. ; Enforcer results    : No Hits
  8. ; Picasso96 compatible: Yes
  9. ;
  10. ;
  11.  
  12. NPrint(Str(2000))
  13.  
  14. PrintNum(Asc("Power")) : NPrint("")
  15.  
  16. NPrint(Chr(169))
  17.  
  18. End
  19.