Data update

This commit is contained in:
Ingy döt Net 2025-06-11 20:16:52 -04:00
parent 72eb4943cb
commit 4d5544505c
2347 changed files with 62432 additions and 16731 deletions

View file

@ -1,7 +1,5 @@
func$ rep s$ n .
for i to n
r$ &= s$
.
for i to n : r$ &= s$
return r$
.
func$[] genseq ones$[] nzeros .
@ -20,11 +18,9 @@ func$[] genseq ones$[] nzeros .
.
return r$[]
.
proc block data$ le . .
proc block data$ le .
a[] = number strchars data$
for b in a[]
nbytes += b
.
for b in a[] : nbytes += b
print "blocks " & a[] & " cells " & le
if le - nbytes <= 0
print "No solution"