Create a two-dimensional array at runtime: Difference between revisions

m
→‎{{header|REXX}}: added comment about the DROP statement being superflous. -- ~~~~
m (→‎{{header|REXX}}: added DO-END labels, remove superflous blanks. -- ~~~~)
m (→‎{{header|REXX}}: added comment about the DROP statement being superflous. -- ~~~~)
Line 1,224:
 
/*The same effect is performed by a DROP. */
drop a. /*because of PROCEDURE statement, ... */
drop a.
return /* ... the DROP statement is superflous. */</lang>
return</lang>
'''output''' when the following input is entered after the prompt message: <tt> 30 15 </tt>
<pre style="height:30ex;overflow:scroll">