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 @@
-- 8 Aug 2025
include Settings
-- 23 Aug 2025
include Setting
say 'ASSOCIATIVE ARRAY: MERGE'
say version
@ -10,6 +10,7 @@ call CreateUpdate
call ShowUpdate
call MergeBaseUpdate
call ShowBase 'Merged'
call DumpVariables
exit
CreateBase:
@ -75,4 +76,4 @@ if WordPos(k,upda) = 0 then
upda.k=v
return
include Abend
include Math