home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / j32.sit / tut / TUT6.JS < prev    next >
Text File  |  1991-06-13  |  552b  |  23 lines

  1.                        TABLES Dd
  2.    text=. ' i sing of olaf '
  3.    text=. text,'glad and big'
  4.    
  5.    alph=. ' abcdefghijklmno'
  6.    alph=. alph,'pqrstuvwxyz'
  7.    
  8.    '01'{~10{.alph=/text
  9. 1010000100100001000010001000
  10. 0000000000000100001001000000
  11. 0000000000000000000000000100
  12. 0000000000000000000000000000
  13. 0000000000000000000100010000
  14. 0000000000000000000000000000
  15. 0000000001000010000000000000
  16. 0000001000000000100000000001
  17. 0000000000000000000000000000
  18. 0100100000000000000000000010
  19.    
  20.    2 13$+/"1 alph=/text
  21. 7 3 1 0 2 0 2 3 0 3 0 0 2
  22. 0 2 2 0 0 0 1 0 0 0 0 0 0
  23.