freebsd-ports/devel/p5-Syntax-Keyword-Match/pkg-descr
Po-Chuan Hsieh 36765a20d3
devel/p5-Syntax-Keyword-Match: Add p5-Syntax-Keyword-Match 0.09
Syntax::Keyword::Match provides a syntax plugin that implements a control-flow
block called match/case, which executes at most one of a choice of different
blocks depending on the value of its controlling expression.

This is similar to C's switch/case syntax (copied into many other languages), or
syntax provided by Switch::Plain.

WWW: https://metacpan.org/dist/Syntax-Keyword-Match
2022-04-16 12:19:02 +08:00

8 lines
386 B
Text

Syntax::Keyword::Match provides a syntax plugin that implements a control-flow
block called match/case, which executes at most one of a choice of different
blocks depending on the value of its controlling expression.
This is similar to C's switch/case syntax (copied into many other languages), or
syntax provided by Switch::Plain.
WWW: https://metacpan.org/dist/Syntax-Keyword-Match