Data update
This commit is contained in:
parent
72eb4943cb
commit
4d5544505c
2347 changed files with 62432 additions and 16731 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue