IBAN: Difference between revisions

47 bytes removed ,  9 years ago
m
→‎{{header|REXX}}: re-instated correct line-break, remove "style" from PRE html tags.
No edit summary
m (→‎{{header|REXX}}: re-instated correct line-break, remove "style" from PRE html tags.)
Line 1,672:
return '***error!*** invalid check digits.'</lang>
'''output''' when using the default input:
<pre>
<pre style="overflow:scroll">
valid IBAN: GB82 WEST 1234 5698 7654 32
valid IBAN: Gb82 West 1234 5698 7654 32
Line 1,745:
 
if z//97==1 then return 0 /*check to see if correct modulus*/
return '***error!*** invalid check digits.'</lang>'''output''' when using the default input, &nbsp; (the run date of this program is &nbsp; 29-April-2013):
'''output''' when using the default input, &nbsp; (the run date of this program is &nbsp; 29-April-2013):
<pre style="overflow:scroll">
<pre>
valid IBAN: GB82 WEST 1234 5698 7654 32
valid IBAN: Gb82 West 1234 5698 7654 32