Jump to content

Element-wise operations: Difference between revisions

m
→‎{{header|REXX}}: removed OVERFLOW from PRE html tags.
(jq)
m (→‎{{header|REXX}}: removed OVERFLOW from PRE html tags.)
Line 1,237:
mat@: @=!.1; do j=2 to w; @=@ !.j; end; return @</lang>
'''output'''
<pre style="height:55ex;overflow:scroll">
──M matrix──
1 2 3
Line 1,308:
mat@: @=!.1; do j=2 to w; @=@ !.j; end; return @</lang>
'''output'''
<pre style="height:55ex;overflow:scroll">
──M matrix──
1 2 3
Cookies help us deliver our services. By using our services, you agree to our use of cookies.