Talk:CRC-32: Difference between revisions

Content added Content deleted
(→‎REXX: comment on the comment. -- ~~~~)
m (→‎REXX: explained where the code change was made (locally). -- ~~~~)
Line 143: Line 143:
: no check is made to verify that the value of '''D''' matches the value of the 1st argument (999999999).
: no check is made to verify that the value of '''D''' matches the value of the 1st argument (999999999).
:: the result is compared with the value that should be there --[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 19:27, 18 August 2013 (UTC)
:: the result is compared with the value that should be there --[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 19:27, 18 August 2013 (UTC)
A     '''parse version x; say x'''     was added after the 1st statement.
A     '''parse version x; say x'''     was added (in my version) after the 1st statement.
<br>A &nbsp; &nbsp; '''say 'digits=' digits()''' &nbsp; &nbsp; would be a nice addition.
<br>A &nbsp; &nbsp; '''say 'digits=' digits()''' &nbsp; &nbsp; would be a nice addition.
<br><br>But in any case &nbsp; (all were executed under a Windows/XP DOS window (cmd.exe):<br><br>
<br><br>But in any case &nbsp; (all were executed under a Windows/XP DOS window (cmd.exe):<br><br>