Data update

This commit is contained in:
Ingy döt Net 2026-04-30 12:34:36 -04:00
parent 4bb20c9b71
commit cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions

View file

@ -1,4 +1,4 @@
-- 23 Aug 2025
-- 21 Feb 2026
include Setting
say 'ARRAYS BASIC USAGE'
@ -15,7 +15,7 @@ say 'Mimic indexing...'
say 'Square of' 3 'is' a(3)
say 'Square of' 7 'is' a(7)
say
call DumpVariables
call Showvars
exit
A:
@ -23,4 +23,5 @@ procedure expose a.
arg xx
return a.xx
-- Showvars
include Math