4 lines
62 B
Text
4 lines
62 B
Text
|
|
h <- (table 'a 1 'b 2)
|
||
|
|
each (key val) table
|
||
|
|
prn key " " val
|