miller/docs6/docs/for-example.mlr

4 lines
67 B
Text

for (k, v in $*) {
print "KEY IS ". k . " VALUE IS ". v;
}
print