Ring (programming language): Difference between revisions

Content deleted Content added
m Modified a WikiLink so that the subject's full name is displayed instead of just his last name. This being the first mention of the language creator in the article it seems rude to only use his last name. Plus several grammar and wording improvements. No substantive content changes/additions/deletions.
Line 128:
Use style similar to the [[Pascal (programming language)|Pascal programming language]]
 
<syntaxhighlight lang="pascal" highlight="1,2,11,12">
<pre>
ChangeRingKeyword func function
ChangeRingKeyword see write
Line 141:
ChangeRingKeyword function func
ChangeRingKeyword write see
</syntaxhighlight>
</pre>
 
<ref name="helloworldstyles">{{cite web |url=https://www.codeproject.com/Tips/1222859/Different-styles-for-writing-Hello-World-program-i |title=Different styles for writing Hello World program in the Ring programming language |author=Rubin Liu |date=28 December 2017 |work=codeproject.com |publisher=[[Code Project]]}}</ref><ref name="Ring Programming Tutorial">{{cite web |url=https://www.youtube.com/watch?v=7BqoQldx0Pk&list=PL8SruvH85P0uA8ggijCQUR9tXAXF4bmtu&index=2 |title=Ring programming tutorial |author=Roshan Ali |date=4 June 2018 |publisher=[[YouTube]]}}</ref>