src/parenscript/hello.js @ 1bb893fae2bc

Add tracery bindings
author Steve Losh <steve@stevelosh.com>
date Tue, 10 Jan 2017 14:39:57 +0000
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');