src/parenscript/hello.js @ 1d59a2656cfc

Use `ensure-gethash`
author Steve Losh <steve@stevelosh.com>
date Mon, 22 Aug 2016 20:39:20 +0000
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');