diff options
| -rw-r--r-- | md.bqn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ CountRuns โ { (1+โโ ๐ฉ) (โฃ - โ`โร) ยฌ๐ฉ } # ๐ฉ is a string; return a mask of the characters that are escaped, that # is, preceded by an odd number of backslashes (since a backslash can # escape another backslash). -# Another implementation is {ยป<`๐ฉ}. +# Another implementation is {ยป<`๐ฉ='\'}. IsEscaped โ { ยป 2 | CountRuns ๐ฉ = '\' } |
