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

@ -1,5 +1,5 @@
-- 12 Apr 2025
include Settings
-- 24 Aug 2025
include Setting
numeric digits 12
call Time('r')
@ -53,13 +53,9 @@ return
PrimeDigits:
procedure
arg xx
a = Verify(xx,2357)
if a > 0 then
if Verify(xx,2357) > 0 then
return 0
else
return 1
include Numbers
include Sequences
include Functions
include Abend
include Math