Phrase reversals: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,171:
 
=={{header|Ring}}==
{{incorrect|Ring| <br><br>There is output. In the Ring "see" is the output : see reverseString(aString). There is no output, <br> the example string isn't the one specified in the task, ... <br><br>}}
<lang ring>
aString = "Welcome to the Ring Language"
Line 1,183 ⟶ 1,182:
return bString
</lang>
 
Output:
<pre>
egaugnaL gniR eht ot emocleW
</pre>
 
=={{header|Ruby}}==
2,468

edits