Execute HQ9+: Difference between revisions

Content added Content deleted
(Added a Haxe implementation.)
m (→‎{{header|REXX}}: removed OVERFLOW from the STYLE html tag in PRE.)
Line 981: Line 981:
s: if arg(1)==1 then return ''; return "s" /*a simple pluralizer.*/</lang>
s: if arg(1)==1 then return ''; return "s" /*a simple pluralizer.*/</lang>
'''output''' when using the input of: <tt> H+Q </tt>
'''output''' when using the input of: <tt> H+Q </tt>
<pre style="height:40ex;overflow:scroll">
<pre style="height:40ex">
hello, world
hello, world
/*REXX program to implement the HQ9+ language.*/ parse arg pgm .
/*REXX program to implement the HQ9+ language.*/ parse arg pgm .