src/parenscript/hello.js @ 49f0ca1bece8

Poke
author Steve Losh <steve@stevelosh.com>
date Thu, 18 Aug 2016 18:14:12 +0000
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');