Data update

This commit is contained in:
Ingy döt Net 2026-02-01 16:33:20 -08:00
parent 5150844a7d
commit 4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions

View file

@ -10,6 +10,6 @@ val alljoin = fn words: for[=true] i of len(words)-1 {
}
# amb expects 2 or more arguments
val amb = fn ...[2..] words: if alljoin(words) { join words, by=" " }
val amb = fn words...[2..]: if alljoin(words) { join words, delim=" " }
writeln join(mapX(wordsets..., by=amb) -> filter, by="\n")
writeln join(mapX(wordsets..., by=amb) -> filter, delim="\n")