aboutsummaryrefslogtreecommitdiff
path: root/help/currentmodifier.md
diff options
context:
space:
mode:
Diffstat (limited to 'help/currentmodifier.md')
-rw-r--r--help/currentmodifier.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/help/currentmodifier.md b/help/currentmodifier.md
new file mode 100644
index 00000000..f76cc98a
--- /dev/null
+++ b/help/currentmodifier.md
@@ -0,0 +1,10 @@
+*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/currentmodifier.html).*
+
+# Mathematical Double-struck R (`𝕣`)
+
+## `𝕣`: Current Modifier
+
+A variable assigned to the current modifier block. Underscores must be added to the beginning and/or end (`_𝕣`, `_𝕣_`) to use the modifier with the correct role.
+
+
+ +{𝕣⊣𝕩} 4 \ No newline at end of file