src/parenscript/hello.js @ 03240af4df9b

Move PCG to its own lib
author Steve Losh <steve@stevelosh.com>
date Mon, 06 Feb 2017 14:01:17 +0000
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');