Deconvolution/1D: Difference between revisions

m
→‎{{header|REXX}}: aligned a statement.
m (→‎{{header|REXX}}: added/changed whitespace and comments, added whitespace to the output.)
m (→‎{{header|REXX}}: aligned a statement.)
Line 1,352:
exit 0 /*stick a fork in it, we're all done. */
/*──────────────────────────────────────────────────────────────────────────────────────*/
deco: parse arg $1,$2,$r; b= @.$2.# + 1; a= @.$1.# + 1 /*get sizes of array 1&2*/
@.$r.#= a - b /*size of return array. */
do n=0 to a-b /*define return array. */