src/parenscript/hello.js @ 6494ca97e78b

BDDs/ZDDs -> Scully
author Steve Losh <steve@stevelosh.com>
date Sun, 13 Aug 2017 00:09:56 -0400
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');