Validate International Securities Identification Number: Difference between revisions

(→‎{{header|REXX}}: improved and made ooRexx compatible)
Line 2,704:
<syntaxhighlight lang="rexx"></syntaxhighlight>
/*REXX program validates International Securities ID numbers. */
 
Parse Arg z /*obtain ISINs from the C.L. */
If z='' Then /* [?] use the default list of ISINs */
2,299

edits