ports/devel/p5-Syntax-Keyword-Match/pkg/DESCR

4 lines
206 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
This module 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.