Validate International Securities Identification Number: Difference between revisions

Content added Content deleted
Tag: Manual revert
Line 2,704: Line 2,704:
<syntaxhighlight lang="rexx"></syntaxhighlight>
<syntaxhighlight lang="rexx"></syntaxhighlight>
/*REXX program validates International Securities ID numbers. */
/*REXX program validates International Securities ID numbers. */

Parse Arg z /*obtain ISINs from the C.L. */
Parse Arg z /*obtain ISINs from the C.L. */
If z='' Then /* [?] use the default list of ISINs */
If z='' Then /* [?] use the default list of ISINs */