src/parenscript/hello.js @ 3c908eea3940

Monte Carlo and Las Vegas mapping
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Jul 2016 16:29:35 +0000
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');