mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
4 lines
67 B
Text
4 lines
67 B
Text
for (k, v in $*) {
|
|
print "KEY IS ". k . " VALUE IS ". v;
|
|
}
|
|
print
|