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

b2/: rename "again" to "continue"

This commit is contained in:
Werner Almesberger
2012-05-22 15:33:22 -03:00
parent bb809b0d6c
commit 107280b6d5
5 changed files with 14 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ BAR=x /* BAR= wouldn't be syntactically correct. We need a non-empty value */
FOO=(*)(?) {
BAR=$BAR$2
FOO=$1
again FOO
continue FOO
}
BAR=x(*) { $=$1 } /* remove the "x" */
@@ -18,7 +18,7 @@ REF=R[0-9]* {
TOL <= 5%
FN=*% { TOL<=$$ }
break REF
// end break again ignore
// end break continue ignore
}
/*