Substring/Top and tail: Difference between revisions

Content deleted Content added
Jlp765 (talk | contribs)
m Added Raven code for Substring top/tail
Jlp765 (talk | contribs)
m →‎{{header|Raven}}: Added exaple of both top/tail
Line 743: Line 743:


$str offTheTop println
$str offTheTop println
$str offTheTail println</lang>
$str offTheTail println
$str offTheTop offTheTail println</lang>
{{out}}
{{out}}
<pre>123456789
<pre>123456789
012345678</pre>
012345678
12345678</pre>


=={{header|REXX}}==
=={{header|REXX}}==