2 lines
84 B
Text
2 lines
84 B
Text
⍣(⋕|0) "123" # parses okay
|
|
⍣(⋕|0) "notanumber" # supplies 0 on error
|
⍣(⋕|0) "123" # parses okay
|
|
⍣(⋕|0) "notanumber" # supplies 0 on error
|