aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--md.bqn1
1 files changed, 1 insertions, 0 deletions
diff --git a/md.bqn b/md.bqn
index edff38a6..68213774 100644
--- a/md.bqn
+++ b/md.bqn
@@ -58,6 +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 {ยป<`๐•ฉ}.
IsEscaped โ† {
ยป 2 | CountRuns ๐•ฉ = '\'
}