pairs

pairs x -- makes a list of all key/value pairs (k,v) in a hash table x.

     i1 = scan(pairs Nothing, print)
     
     net,string
     name,Nothing
     --function--,--function--
     text,--function--
     expression,--function--
     --function--,--function--
     html,--function--

Go to main index.

Go to concepts index.