aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/r1.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r1.bqn b/src/r1.bqn
index 499f05d5..8e299aa5 100644
--- a/src/r1.bqn
+++ b/src/r1.bqn
@@ -294,7 +294,7 @@ Reverse←{
}
RotReduce ← {
"π•¨βŒ½π•©: 𝕨 must consist of integers" ! Int𝕨
- 𝕨-π•©Γ—βŒŠπ•¨Γ·π•©+0=𝕩
+ 𝕩+↩0=𝕩 β‹„ 𝕨-π•©Γ—βŒŠπ•¨Γ·π•©
}
RotL ← β†“βˆΎβ†‘
Rot ← (1==∘⊒)β—ΆβŸ¨RotL⟜(↕≠)⊏⊒,RotL⟩