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

  1.    COMPOSITIONS: fork (f g h) Ld
  2.    
  3.                        g
  4.                       / \
  5.   (f g h) y          f   h
  6.                      |   |
  7.                      y   y
  8.    
  9.                        g
  10.                       / \
  11. x (f g h) y          f   h
  12.                     /\   /\
  13.                    x  y x  y
  14.    
  15.    
  16. SEE NEXT FRAME FOR EXAMPLES
  17.