mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-01 20:12:19 +00:00
5 lines
74 B
Text
5 lines
74 B
Text
m = $*;
|
|
m[1] = "A";
|
|
m[[2]] = "B";
|
|
m[[[3]]] = "C";
|
|
emit m;
|