RCHQ9+/NetRexx: Difference between revisions

m
Fixed syntax highlighting.
m (Link to other RHQ9+ implementations)
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 1:
{{implementation|HQ9+}}{{collection|RCHQ9+}}
<langsyntaxhighlight NetRexxlang="netrexx>/* NetRexx */
options replace format comments java crossref symbols nobinary
 
Line 14:
if cc \= '' then do
select case cc
when 'h' then say 'helloHello, world!'
when 'q' then say quine
when '9' then ninetyNineBottles()
Line 49:
parse arg code
say 'HQ9+ Accumulator =' interpretHCQ9p(code)
return</syntaxhighlight>
</lang>
9,484

edits