miller/docs6/for-example.mlr
2021-06-25 23:22:32 -04:00

4 lines
67 B
Text

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