RCHQ9+/NetRexx: Difference between revisions

m
Fixed syntax highlighting.
m (fix hello message)
m (Fixed syntax highlighting.)
 
Line 1:
{{implementation|HQ9+}}{{collection|RCHQ9+}}
<langsyntaxhighlight NetRexxlang="netrexx>/* NetRexx */
options replace format comments java crossref symbols nobinary
 
Line 49:
parse arg code
say 'HQ9+ Accumulator =' interpretHCQ9p(code)
return</syntaxhighlight>
</lang>
9,477

edits