Data update

This commit is contained in:
Ingy döt Net 2025-06-11 20:16:52 -04:00
parent 72eb4943cb
commit 4d5544505c
2347 changed files with 62432 additions and 16731 deletions

View file

@ -2,9 +2,7 @@ global inpos inp$ .
func inp .
if inpos = 0
inp$ = input
if error = 1
return 255
.
if error = 1 : return 255
inpos = 1
.
if inpos <= len inp$
@ -15,7 +13,7 @@ func inp .
inpos = 0
return 10
.
proc subleq . mem[] .
proc subleq &mem[] .
repeat
a = mem[p]
b = mem[p + 1]