On Sat, Mar 2, 2019 at 1:59 PM Steven Penny <svnp...@gmail.com> wrote:

> with PHP, several methods are available to produce output:
> [[::snip::]]


<?php

function println(string $x): void {
  echo $x, PHP_EOL;
}

I hereby grant a public domain license to the above code and wish you
godspeed bundling it into a composer package to be enjoyed by users of
every active version of PHP.

-Sara

Reply via email to