Data update
This commit is contained in:
parent
0df55f9f24
commit
aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions
|
|
@ -1,5 +1,5 @@
|
|||
val .isCusip = f(.s) {
|
||||
if not isString(.s) or len(.s) != 9 {
|
||||
val .isCusip = fn(.s) {
|
||||
if .s is not string or len(.s) != 9 {
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ val .isCusip = f(.s) {
|
|||
default: return false
|
||||
}
|
||||
|
||||
if .i div 2: .v x= 2
|
||||
if .i div 2: .v *= 2
|
||||
_for += .v \ 10 + .v rem 10
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue