aboutsummaryrefslogtreecommitdiffstats
path: root/testcases-case
Commit message (Collapse)AuthorAgeFilesLines
* case: add mixed clause.Kaz Kylheku2022-03-291-0/+26
|
* New <case.h> header and macro.Kaz Kylheku2022-03-271-0/+54
This provides a portable case statement implemented directly as switch on GNU Awk, and using other approaches on other Awks that do not have switch.