nicm b905039ed2 Improve #? conditional expression in formats:
1) add support for else if, so
   #{?cond1,value1,#{?cond2,value2,else-value}} can be changed to
   #{?cond1,value1,cond2,value2,else-value};

2) add default empty string if there's no else value, so
   #{?cond1,value1,} can be changed to #{?cond1,value1}.

From David Mandelberg in GitHub issue 4451.
2025-04-22 12:23:26 +00:00
2024-05-13 11:45:05 +00:00
2020-05-16 14:13:37 +00:00
2022-05-31 16:13:43 +00:00
2022-05-30 12:55:25 +00:00
2022-05-30 12:55:25 +00:00
2024-08-26 13:02:15 +00:00
2019-11-28 09:51:58 +00:00
2021-08-25 07:09:30 +00:00
Description
No description provided
56 MiB
Languages
C 87.4%
Roff 7.1%
Shell 2.7%
Yacc 1.4%
M4 0.8%
Other 0.5%