Sample box and arrow diagrams

Your diagrams don't have to look exactly like these, but they should be at least as easy to understand:

Linked list:
val a = [3,4];
LINKED LIST sample box and arrow diagram
Tuple:
val b = ("hi", 10, [20]);
TUPLE sample box and arrow diagram
Record:
val c = {x=100, y=200, z="there"};
RECORD sample box and arrow diagram

Keunwoo Lee
Last modified: Sat Mar 31 15:23:27 PST 2001