src/parenscript/hello.js @ b6765c75e28e

Start Surreal Numbers book
author Steve Losh <steve@stevelosh.com>
date Fri, 03 Mar 2017 21:01:16 +0000
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');