diff options
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/with-all.folk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual-programs/with-all.folk b/virtual-programs/with-all.folk index 6eb3a21e..e7bbec8f 100644 --- a/virtual-programs/with-all.folk +++ b/virtual-programs/with-all.folk @@ -24,7 +24,7 @@ When /someone/ wishes to collect matches for /clause/ { set matches [dict get $::collectedMatches $clause] Say the collected matches for $clause are [dict keys $matches] } - } $clause $__matchId] + } $clause $::matchId] } On unmatch { dict unset ::collectedMatches $clause } } |
