RCHQ9+/NetRexx: Difference between revisions

Content added Content deleted
m (Link to other RHQ9+ implementations)
m (fix hello message)
Line 14: Line 14:
if cc \= '' then do
if cc \= '' then do
select case cc
select case cc
when 'h' then say 'hello, world'
when 'h' then say 'Hello, world!'
when 'q' then say quine
when 'q' then say quine
when '9' then ninetyNineBottles()
when '9' then ninetyNineBottles()