mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-23 16:08:43 +00:00
* incorporate reg-test into "go test" framework * reg-test -> regtest everywhere * update .github/workflows/go.yml
4 lines
48 B
Text
4 lines
48 B
Text
subr s(a,b) {
|
|
$[a] = b;
|
|
$DID = "YES";
|
|
}
|