text be gone (#22929)

This commit is contained in:
Vi3trice
2023-10-26 05:39:11 -04:00
committed by GitHub
parent a1206bbd89
commit 85353104f7
35 changed files with 99 additions and 101 deletions
+2 -2
View File
@@ -247,9 +247,9 @@
p = 1
while(p <= n)
if((copytext(te, p, p + 1) == " " || prob(pr)))
t = text("[][]", t, copytext(te, p, p + 1))
t = "[t][copytext(te, p, p + 1)]"
else
t = text("[]*", t)
t = "[t]*"
p++
return t