Substring/Top and tail: Difference between revisions

m
→‎{{header|REXX}}: removed STYLE from the PRE html tag.
m (→‎{{header|Scala}}: Rm Scala imp category)
m (→‎{{header|REXX}}: removed STYLE from the PRE html tag.)
Line 979:
=={{header|REXX}}==
<lang rexx>/*REXX program to show removal of 1st/last/1st&last chars from a string.*/
 
z = 'abcdefghijk'
 
Line 999 ⟶ 998:
/*stick a fork in it,we're done.*/</lang>
'''output'''
<pre>
<pre style="overflow:scroll">
the original string = abcdefghijk
string first character removed = bcdefghijk