1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

b2/: for consistency, make "break/continue $" equivalent to "break/continue"

Plus a bit of code simplification.
This commit is contained in:
Werner Almesberger
2012-05-22 15:57:55 -03:00
parent 694d48b56a
commit 4f142c1250
2 changed files with 18 additions and 12 deletions

View File

@@ -37,7 +37,9 @@ with curly braces:
${foo}, ...
input variable (in pattern):
$$
the input variable ($) can also be used as LHS for matches and assignments
the input variable ($) can also be used as LHS for matches, assignments, and
as break/continue target.
Caveat: