Data update
This commit is contained in:
parent
72eb4943cb
commit
4d5544505c
2347 changed files with 62432 additions and 16731 deletions
|
|
@ -1,4 +1,4 @@
|
|||
proc snusp dlen raw$ . .
|
||||
proc snusp dlen raw$ .
|
||||
len ds[] dlen
|
||||
is$[] = strsplit raw$ "\n"
|
||||
for s$ in is$[]
|
||||
|
|
@ -6,9 +6,7 @@ proc snusp dlen raw$ . .
|
|||
.
|
||||
for ipr to len is$[][]
|
||||
for ipc to len is$[ipr][]
|
||||
if is$[ipr][ipc] = "$"
|
||||
break 2
|
||||
.
|
||||
if is$[ipr][ipc] = "$" : break 2
|
||||
.
|
||||
.
|
||||
dp = 1
|
||||
|
|
@ -42,9 +40,7 @@ proc snusp dlen raw$ . .
|
|||
elif c$ = "!"
|
||||
step
|
||||
elif c$ = "?"
|
||||
if ds[dp] = 0
|
||||
step
|
||||
.
|
||||
if ds[dp] = 0 : step
|
||||
.
|
||||
step
|
||||
.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue