home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lifeos2.zip / LIFE-1.02 / TESTS / IN / LONGSTR.IN < prev    next >
Text File  |  1996-06-04  |  440b  |  52 lines

  1. A="123456789qwertyuiouyhbv"?
  2. B=strcon(A,A)?
  3. C=strcon(B,B)?
  4. D=strcon(C,C)?
  5. gc?
  6. E=strcon(D,D)?
  7. gc?
  8. F=strcon(E,E)?
  9. gc?
  10. G=strcon(F,F)?
  11. gc?
  12. H=strcon(G,G)?
  13. gc?
  14. I=strcon(H,H)?
  15. gc?
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26. A="x"?
  27. B=strcon("a",strcon(A,A))?
  28. C=strcon("",strcon(B,B))?
  29. D=strcon("",strcon(C,C))?
  30. gc?
  31. E=strcon("tte",strcon(D,D))?
  32. gc?
  33. F=strcon("",strcon(E,E))?
  34. gc?
  35. G=strcon("as",strcon(F,F))?
  36. gc?
  37. H=strcon("",strcon(G,G))?
  38. gc?
  39. I=strcon("x",strcon(H,H))?
  40. gc?
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.