From c6cab48977311e88bf26c0d5b25ee09b95817ab4 Mon Sep 17 00:00:00 2001 From: razetime Date: Thu, 20 Jan 2022 08:47:02 +0530 Subject: fix repl redef errors --- docs/help/suffixes_drop.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'docs/help/suffixes_drop.html') diff --git a/docs/help/suffixes_drop.html b/docs/help/suffixes_drop.html index c581087c..1746611b 100644 --- a/docs/help/suffixes_drop.html +++ b/docs/help/suffixes_drop.html @@ -24,22 +24,23 @@

𝕨 𝕩: Drop

For each integer in 𝕨, drop that many elements from the beginning of each dimension of 𝕩.

Negative numbers drop from the end.

-↗️
       3  13567
+↗️
       3  13567
 ⟨ 67 ⟩
 
-       a  44  16
-Error: Redefinition
+       b  44  16
 
-       33  a
-┌┐
-└┘
+       33  b
+┌─    
+╵ 15  
+     ┘
 
-       55  a
+       55  b
 ┌┐
 └┘
 
 
-       3¯3  a
-┌┐
-└┘
+       3¯3  b
+┌─    
+╵ 12  
+     ┘
 
-- cgit v1.2.3