home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 11 / 011.d81 / t.impossible < prev    next >
Encoding:
Text File  |  1985-01-01  |  1.2 KB  |  87 lines

  1.  
  2.             IMPOSSIBLE
  3.  
  4.  
  5.  
  6. Written by:  Jim Butterfield
  7.  
  8.  
  9. The Impossible Program
  10. PowerPlay Magazine, May 1985
  11. Page 8
  12.  
  13.  
  14.   This program shows how you can
  15.  
  16. write some really clever programs.
  17.  
  18. You may be baffled as to how this
  19.  
  20. works, but you may gain some knowledge
  21.  
  22. of how your computer works.
  23.  
  24.   The program lines have control
  25.  
  26. characters imbedded within the
  27.  
  28. variables.  You may know that it is
  29.  
  30. illegal to use keywords as variable
  31.  
  32. names.  For example, you can't do
  33.  
  34. this:
  35.  
  36.  
  37.   10 PRINT = 10 * XP
  38.  
  39. This is not valid because the computer
  40.  
  41. sees 'PRINT' as a keyword not a
  42.  
  43. variable as you intended.  By putting
  44.  
  45. shifted characters into your
  46.  
  47. variables, you can get some very
  48.  
  49. strange and illegal looking code.
  50.  
  51. Just RUN the program and then try
  52.  
  53. listing it.  You will see some things
  54.  
  55. which look VERY illegal.  This is
  56.  
  57. because of shifted characters inside
  58.  
  59. of the variables (usually a shifted
  60.  
  61. space is used).
  62.  
  63.  
  64.  
  65.    This program is copyrighted by
  66.  
  67. PowerPlay magazine.  All rights to it
  68.  
  69. are reserved.  LOADSTAR has relieved
  70.  
  71. you from the burden of keying in this
  72.  
  73.     program.  For more complete
  74.  
  75. information about this program, refer
  76.  
  77. to the May 1985 issue of PowerPlay
  78.  
  79.              Magazine.
  80.  
  81.  
  82.  
  83. >Files used:  IMPOSSIBLE
  84.  
  85.  
  86. --------------------------------------
  87.