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

@ -22,7 +22,7 @@ scope # find some Jacobsthal and related Numbers
jo[ n ] := j[ n + 1 ] * j[ n ]
od;
local procedure showNumbers( legend :: string, numbers :: sequence )
local proc showNumbers( legend :: string, numbers :: sequence )
local nCount := 0;
printf( "First %d %s\n", size numbers, legend );
for n to size numbers do