Reuse var

This commit is contained in:
Eddie Hung 2019-08-21 19:18:40 -07:00
parent 5c8344363f
commit 7d02d17b16
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ code
chain.push_back(first);
subpattern(tail);
finally
if (GetSize(chain) == param(shiftx, \A_WIDTH).as_int())
if (GetSize(chain) == shiftx_width)
accept;
chain.clear();
endcode