| http://www.w3.org/ns/prov#value | - Lists can contain anything, including themselves :-). > For example this code: > (rest (rest (list #\1 #\2 (list #\1 #\2 #\3 #\4 #\5)))) > Returns: ((#\1 #\2 #\3 #\4 #\5)) ... can I safely interpret this to mean > that this double closed brackets means the list contains one element and > that element is a list?
|