src/parenscript/hello.js @ 8cf52a515a48

Move Markov to Magitek
author Steve Losh <steve@stevelosh.com>
date Tue, 17 Jan 2017 17:29:35 +0000
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');