diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-27 22:28:33 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-27 22:28:33 -0400 |
| commit | 723f2735dbd59f6000caecddccf321c8b03512fa (patch) | |
| tree | 3a58ad6b88ea5b45707c4924276e2f77ee87e3f1 /doc/repeat.md | |
| parent | 00abceb4b2b43acd7fbb100aac41f759f643f5e7 (diff) | |
Undo documentation
Diffstat (limited to 'doc/repeat.md')
| -rw-r--r-- | doc/repeat.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/repeat.md b/doc/repeat.md index 26afe7e9..bb7000ea 100644 --- a/doc/repeat.md +++ b/doc/repeat.md @@ -15,7 +15,7 @@ In mathematics (which unsurpisingly tends to use complicated terms to talk about `F⍟0` repeats `F` zero times, that is, does nothing. Like `n⋆0` gives the multiplicative identity `1`, `F⍟0` is the compositional [identity](identity.md), `⊢`. Since `F⍟1` applies `F` and `F⍟0` doesn't, Repeat might be pronounced "if" or "conditional" when `𝔾` is boolean. -BQN's Repeat modifier has some extra functionality relative to the mathematical version. It allows a left argument, and some extensions to the right operand `𝔾`. As usual for 2-modifiers, `𝔾` is actually a function that applies to the arguments to give a result. The result can be a natural number as shown above, or a negative number to Undo (`⁼`) `𝔽`, or an array of values. +BQN's Repeat modifier has some extra functionality relative to the mathematical version. It allows a left argument, and some extensions to the right operand `𝔾`. As usual for 2-modifiers, `𝔾` is actually a function that applies to the arguments to give a result. The result can be a natural number as shown above, or a negative number to [Undo](undo.md) (`⁼`) `𝔽`, or an array of values. ## Left argument |
