src/parenscript/hello.js @ eee0f45d46b8

Add generic arithmetic experiment
author Steve Losh <steve@stevelosh.com>
date Sun, 20 Nov 2016 13:40:53 +0000
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');