Narcissist: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
Line 528: Line 528:
<syntaxhighlight lang="rexx">/*REXX*/ say word('reject accept',1+(arg(1)=sourceline(1)))</syntaxhighlight>
<syntaxhighlight lang="rexx">/*REXX*/ say word('reject accept',1+(arg(1)=sourceline(1)))</syntaxhighlight>


≪ ‘NAR6’ RCL == ≫
‘NAR6’ STO
{{in}}
<pre>
≪ ‘NAR6’ RCL == ≫ NAR6
</pre>
{{out}}
<pre>
1: 1
</pre>
=={{header|Ruby}}==
=={{header|Ruby}}==
Translation of the C version.
Translation of the C version.