With the // or ?? delimiters the m at the beginning is optional.
That was true until about 8 years ago. Now:
In the past, the leading m in m?PATTERN? was optional, but omitting it would produce a deprecation warning. As of v5.22.0, omitting it produces a syntax error. If you encounter this construct in older code, you can just add m.
Typo fix
In reply to Re^4: pattern matching once
by haukex
in thread pattern matching once
by justin423
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |