src/parenscript/hello.js @ de58fc1af1e5

Poke a bit more at TNTO
author Steve Losh <steve@stevelosh.com>
date Thu, 15 Dec 2016 18:53:10 -0500
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');