src/parenscript/hello.js @ 277982735a9d

Poke at Parenscript
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Jul 2016 16:00:42 +0000
parents (none)
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');