file: 100-C-lists.t package: muf status: alpha
The ]set
function provides a more concise way of creating a
small set than using makeSet
followed by some assignments:
root: [ 'a' 'b' 'c' | ]set [ 'a' 'b' 'c' | ]set root: #<Set _ 369ef15> ls 'a' t 'b' t 'c' t root:
Go to the first, previous, next, last section, table of contents.